E
Eck
the DateAdd function works well for adding hours and days, but how would I
add, say 10 minutes to a time based data field?
add, say 10 minutes to a time based data field?
the DateAdd function works well for adding hours and days, but how would I
add, say 10 minutes to a time based data field?
fredg said:the DateAdd function works well for adding hours and days, but how would I
add, say 10 minutes to a time based data field?
NewTimeateAdd("n",10,[DateTimeField])
thanks a million Fred...I'll try it....wonder why nothing the Help files in
Access about the use of "n"...perhaps I just missed it or it was too obvious
eck
fredg said:the DateAdd function works well for adding hours and days, but how would I
add, say 10 minutes to a time based data field?
NewTimeateAdd("n",10,[DateTimeField])