How to Add 4 Hours to my Default Value?

  • Thread starter Thread starter cw via AccessMonster.com
  • Start date Start date
C

cw via AccessMonster.com

I have an UnBound Text field on my Form:

The Format value is set to = mm-dd-yyyy hh:nn am/pm (ex: 07-25-2006 03:00 PM)
The Default value is set to = Now()

Question:

How do I make the Default Value display as: 07-25-2006 07:00 PM
(The default value should always be 4 hours later?)

I tried

=Now() + 04:00

but get Invalid Syntax

Thanks
cw
 

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