Add Time to a Date/Time Field

Novice1

Registered User.
Local time
Today, 05:27
Joined
Mar 9, 2004
Messages
385
I'm trying to create a projected time. I'm trying to add a calculated number of minutes (number field) to a Date/Time field (Medium Time), without success. I tried simply adding the fields. Do I need to convert the number into a time? If so, how? If not, what suggestions do you have. Thanks
 
DateAdd("n",Nz([MinuteField], 0), [DateTimeField])
 

Users who are viewing this thread

Back
Top Bottom