Default Date

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

Guest

Hi,

Under Default Value on a date field, I want the current date to
automatically appear but I don't want the seconds because it affects my
reports.

I put mm/dd/yyyy under formats but that doesn't work. Can someone help or
if this even possible?
 
Jose said:
Hi,

Under Default Value on a date field, I want the current date to
automatically appear but I don't want the seconds because it affects
my reports.

I put mm/dd/yyyy under formats but that doesn't work. Can someone
help or if this even possible?

Enter =Date() in the DefaultValue property. Date() does not include time
whereas Now() does. Formatting is irrelevent to this issue.
 

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