S
Scott
I have a field called "BeginDateTime" that is medium time format. I'm trying
to create a statement that would add 5 minutes for example to my record.
10:02 AM + 5 minutes = 10:07 AM
I tried saying :
Format([BeginDateTime]+5,"Short Time")
but this has no effect. Can someone point to an example?
to create a statement that would add 5 minutes for example to my record.
10:02 AM + 5 minutes = 10:07 AM
I tried saying :
Format([BeginDateTime]+5,"Short Time")
but this has no effect. Can someone point to an example?