R
Ryan Langton
Does anyone have any tutorials that explain ways to use the date/time field?
I use these fields often to document when users perform actions using the
Now() function. I'd like to be able to query these fields for things like
just a particular date or between certain times of the day. Currently, for
example, to extract only the date from a date/time field, I use the
Convert() function to extract only the first 10 characters. Surely there is
a better way to do this:
Convert(Char(10), DateOpen, 101)
Thanks,
Ryan
I use these fields often to document when users perform actions using the
Now() function. I'd like to be able to query these fields for things like
just a particular date or between certain times of the day. Currently, for
example, to extract only the date from a date/time field, I use the
Convert() function to extract only the first 10 characters. Surely there is
a better way to do this:
Convert(Char(10), DateOpen, 101)
Thanks,
Ryan