How To print Day wise Reports

talluri234

New member
Local time
, 02:19
Joined
Feb 3, 2009
Messages
7
dear friend ,

i used access in my office daily work status like

fields like
Date:
Employee name:
Work details
Status:
Etc..

this fields how to generate only single day or particular day repor

pls solve this problem

plse......
 
#1, dont use access reserved words in column names, date is one example of that... Instead use something like StartDate or something alike

#2
If you use a query you can use Date() to retrieve todays date and use it to retrieve records.

Hope that helps you and welcome to the forum
 
thanku my dear friend

i will try and come back
 

Users who are viewing this thread

Back
Top Bottom