Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am having a database in which there are total five columns i.e vehicle name, use of pol, date of issue and remarks. On this I want to generate a report to know the pol drawn by a vehicle between two datetime picker. Please help
Posted
Updated 13-Jul-10 22:23pm
v2
Comments
Sandeep Mewara 14-Jul-10 3:59am    
Help is provided. Dont ask for full code, put some effort.
Johnny J. 14-Jul-10 4:23am    
Looks like FOUR columns to me, but I could be wrong...

1 solution

Sounds like simple report.

1. Create a report that takes two parameters. Start Date & End date
2. Use the above two parameters for query that would talk to DB and get back result.
3. Bind the result to the table in report
4. Show desired columns!

You are done. Try now!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900