J
jwgoerlich
Hello,
I am dynamically building a DateTime value in a query, like so:
CDate(Month([DateAlert]) & "-" & Day([DateAlert]) & "-" & Year(Now()))
AS DateSerial
My problem is that the resulting field is a string. Is there a way to
force a field to be a DateTime type?
Thanks in advance,
J Wolfgang Goerlich
I am dynamically building a DateTime value in a query, like so:
CDate(Month([DateAlert]) & "-" & Day([DateAlert]) & "-" & Year(Now()))
AS DateSerial
My problem is that the resulting field is a string. Is there a way to
force a field to be a DateTime type?
Thanks in advance,
J Wolfgang Goerlich