Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Date Sorting

Status
Not open for further replies.

GDX

Programmer
Jun 4, 2000
186
US
Right now people enter data into an access database and there is a field called Date_Entered its a date/time field, whats the best way to sort this date? In MSSQL i used to just make a varchar field i enter it as YYYYMMDD but in this database the are entering the dates as MM/DD/YYYY and sometimes M/DD/YYYY or M/D/YYYY.....Whats the best way to sort this field?

Thanks a lot,
Gordon

Gordon R. Durgha
gd@vslink.net
 
The formatting of the dates should be irrelevant. The only question is: WHERE do you want to sort it? In a query? On a report? On a form?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top