I need help dropping a time stamp. I am designing a select query using totals.
This will show me the most recent record entered into my system. It has a date & time stamp thou. How can I change this to only show me the date? I do not want the time stamp listed or factored into this query.
Code:
MaxDateBilled: DateBilled
This will show me the most recent record entered into my system. It has a date & time stamp thou. How can I change this to only show me the date? I do not want the time stamp listed or factored into this query.