Nov 1, 2000 #1 JARE Technical User Jul 27, 2000 50 US I am trying to export a query into a comma deliminated text file. however my date field is outputting strange results. Example: ,10/1/00 00:00:00, I want only the data output without the time. I tried changing the format to short date with no success.
I am trying to export a query into a comma deliminated text file. however my date field is outputting strange results. Example: ,10/1/00 00:00:00, I want only the data output without the time. I tried changing the format to short date with no success.
Nov 1, 2000 #2 lwilly Technical User Apr 11, 2000 84 US I had the same problems and ended up formating the date the way I wanted it. example: Format(Date(),"yyyymmdd" Upvote 0 Downvote
I had the same problems and ended up formating the date the way I wanted it. example: Format(Date(),"yyyymmdd"
Nov 1, 2000 Thread starter #3 JARE Technical User Jul 27, 2000 50 US Not a true fix but I converted the date into a text string and worked fine Upvote 0 Downvote
Nov 1, 2000 Thread starter #4 JARE Technical User Jul 27, 2000 50 US thanks will5 I think that will work even better! Upvote 0 Downvote