Jul 8, 2003 #1 cahelmster MIS Joined Jan 15, 2002 Messages 126 Is there any way to export a table to a text file while keeping the decimal formatting and removing the time value of 0:00:00 from date fields? Thanks!
Is there any way to export a table to a text file while keeping the decimal formatting and removing the time value of 0:00:00 from date fields? Thanks!
Jul 8, 2003 #2 KenReay Programmer Joined Aug 15, 2002 Messages 5,424 Location GB Hi Make a query based on your table, make the date fields calulaed fields so MyDate:Format(datDate,"dd/mm/yy" using your column names of course and then export the query not the table Regards Ken Reay Freelance Solutions Developer Boldon Information Systems Ltd Website needs upgrading, but for now - http://www.kenneth.reay.btinternet.co.ukUK Upvote 0 Downvote
Hi Make a query based on your table, make the date fields calulaed fields so MyDate:Format(datDate,"dd/mm/yy" using your column names of course and then export the query not the table Regards Ken Reay Freelance Solutions Developer Boldon Information Systems Ltd Website needs upgrading, but for now - http://www.kenneth.reay.btinternet.co.ukUK