Greetings,
I have a datalist field that gets its data from this SQL statement in the Dataenvironment command:
SELECT TDate FROM tblTable ORDER BY TDate
All works well, the entries are sorted in date order. I just want entires like 1/22/2004 to show as 01/22/2004 simply so it looks better.
I have tried and failed with many different ways. Please forgive my lack of SQL/VB skills.
Thanks in advance
-jsalvin
I have a datalist field that gets its data from this SQL statement in the Dataenvironment command:
SELECT TDate FROM tblTable ORDER BY TDate
All works well, the entries are sorted in date order. I just want entires like 1/22/2004 to show as 01/22/2004 simply so it looks better.
I have tried and failed with many different ways. Please forgive my lack of SQL/VB skills.
Thanks in advance
-jsalvin