G
Guest
I am using Access 97. The report footer has the following field inserted by
using the default "Insert Date/Time" option. It is using short time format.
=Format(Date(),"Long Date") & " " & Format(Time(),"Short Time")
My question is: What does Access do with the seconds? Does it just drop
them or does it uses a rounding algorithm?
Thanks
using the default "Insert Date/Time" option. It is using short time format.
=Format(Date(),"Long Date") & " " & Format(Time(),"Short Time")
My question is: What does Access do with the seconds? Does it just drop
them or does it uses a rounding algorithm?
Thanks