Hello,
In my query I have a field called Rec'd date it has a date and time stamp.
How can I show only the date but not the time in my query. Any help will be
appreciated. Thank you in advance.
Tom Ellison - 11 Apr 2006 05:51 GMT
Dear Alex:
See the DateValue() function for this purpose. Just use
DateValue(YourColumnName).
Tom Ellison
> Hello,
>
> In my query I have a field called Rec'd date it has a date and time stamp.
> How can I show only the date but not the time in my query. Any help will
> be
> appreciated. Thank you in advance.