auto input current date?

  • Thread starter Thread starter johnalcrazy
  • Start date Start date
J

johnalcrazy

Is there a code to queary a database by current date, ie:
to show all videos due for return "today", but automatic
so that the queary will tell you on opening those items
to for return "today" for example?

Thanks

johnalcrazy
 
Put the criteria

Date()

in the "DueDate" Column of your Query Grid.

You can use the OpenQuery action in the AutoExec macro to
run the Query on opening of the database.

HTH
Van T. Dinh
MVP(Access)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top