Click here to Skip to main content
15,914,222 members
Please Sign up or sign in to vote.
1.00/5 (5 votes)
See more:
guys any sample code for reports to be generated by date?
Posted

No.

Not without more clarity on for example, what type of reports, are you using SQL, what are you trying to do.

SQL
Select someTable.Employee, someTable.SackedDate
From someTable
Where someTable.SackDate < '2010-Jan-01'
 
Share this answer
 
example if I have 2 date picker then I choose a date in first date then choose a date in the second date picker then display that in a report
 
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