date critera for queries

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I am trying to create a Day's delivery sheet seem to have got most right
but am having trouble with the Queries and reports. I want to have either a
query or report that gives me that days deliveries. I have tried >=date in
the critera in Queries
to no succsess can't seem to find where it would go inreport.
any help gratfully accepted
 
I assume that you have a table with deliveries in it and that one of the
fields is a date field. Create a query that includes the fields you want
and put a criteria under the 'date' field (don't call it date by the way) of

You can then create a report based on this query.

If the query isn't working, post the reason why - it's not returning the
data you expect? - you're getting an error?
 
Back
Top