Open form with specific criteria

  • Thread starter Thread starter Peter
  • Start date Start date
P

Peter

I want to open a form with a command button were the date records in the form
corresponds to todays date...
 
I want to open a form with a command button were the date records in the form
corresponds to todays date...

One way is to base the form on a Query with a criterion on the date field of

=Date()

If the date field contains date and time, use
= Date() AND < Date() + 1

to get all the times during the day.
 

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

Back
Top