G
Guest
I have a table with a date time field formatted as general date. I want to
increment the each value in this field by 30 minutes, however when I do this
I finish up with a field of dates and times which appear correct (eg what was
3/2/1992 05:00:00 PM now reads 3/2/1992 05:30:00 PM) however if I try to run
a query using the new value, it doesn't exist. Converting it to a number
format shows that it does not exactly match the correct numerical value for
the date and time, so I am assuming something was wrong with my addition
statement ( [Workday]![Date_time]+#00:30:00# ). Can anyone tell me how to do
this correctly?
increment the each value in this field by 30 minutes, however when I do this
I finish up with a field of dates and times which appear correct (eg what was
3/2/1992 05:00:00 PM now reads 3/2/1992 05:30:00 PM) however if I try to run
a query using the new value, it doesn't exist. Converting it to a number
format shows that it does not exactly match the correct numerical value for
the date and time, so I am assuming something was wrong with my addition
statement ( [Workday]![Date_time]+#00:30:00# ). Can anyone tell me how to do
this correctly?