report only today date&today events

celosia

Registered User.
Local time
Today, 22:28
Joined
Mar 17, 2002
Messages
12
i want to do daily report,all the report only for today date(one date) in one page of report..i dont want multi date display,i dont want yesterday date or last week.. but only on one date example: i only want to display all report events happen on date 19/03/2002,that mean today,so how to do this report?
 
if you have created the report from a query then enter =Now() in the criteria of the date field, or if it's based on a table click on the reports property and under the data tab type the following in the filter property =[Name of Date Field]=Now()
 
You need to use the Date() function rather than Now(). Now() includes time-of-day.
 
hi..back..i already tried both of You methods, but still dose't work, i add Date() on Criteria, when i run the quries , all the item is lost and the field also missing.Why?yes i create from the quries.But why it dosent work?

my table contains informationon faults of a Order details for each days and it has an issue date, i want to set up a report to show the number of fault within a particular Date(daily report) but i am not that sure how to set this up...Help ..
 

Users who are viewing this thread

Back
Top Bottom