Adding a fixed number to a date

DJ_DEF_CON_1

Registered User.
Local time
Today, 05:11
Joined
Jan 1, 2003
Messages
40
I have a text box on a form that contains a fixed number (9) for example. I have a date and time field and I would like to add them together. The problem I am finding is that when I add them together the text box adds 9 days as opposed to 9 minutes. How do I get it to do that?
 
Look at the DateAdd() function, which let's you specify the interval.
 

Users who are viewing this thread

Back
Top Bottom