P
PhilT via AccessMonster.com
I need help to convert date and time to value rather than string. This is the
background.
1. A table contain a Date field and Time field separetely.
2. In query, I combine Date and Time into one because if I subtract 8 hours
from GMT time, I could have both date and time correctly. Quick and easy.
Problems:
1. When I combine Date and Time, I try Format() which convert to string - I
don't want this because it cannot calculate.
2. I try Datevalue and Timevalue separately such as datevalue([date]) & " " &
timevalue([time]), but no good.
Can someone help me? Thanks.
background.
1. A table contain a Date field and Time field separetely.
2. In query, I combine Date and Time into one because if I subtract 8 hours
from GMT time, I could have both date and time correctly. Quick and easy.
Problems:
1. When I combine Date and Time, I try Format() which convert to string - I
don't want this because it cannot calculate.
2. I try Datevalue and Timevalue separately such as datevalue([date]) & " " &
timevalue([time]), but no good.
Can someone help me? Thanks.