date format in form

  • Thread starter Thread starter Andre C
  • Start date Start date
A

Andre C

I havea small form which allows the user to enter dates which are
then used in turn to filter for a report.

I have set the format of the unbound fields to short date and populate
them on start up with Now() and Now()-31 to simulate a month.

Everything looks fine until I click on one of these text boxes to
change the date. Then the format changes to the date plus the time.

Help
 
Instead of using now() use Date() THis will only give you the date
info.
 

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