Help
I am trying to export a table as a delimited text file, but the file is empty.
I am using the following code:
DoCmd.TransferText acExportDelim, , "F_Phys_Exam", "D:\" & newdir & "\" & UserName & "_F_Phys_Exam_csv.txt"
Please help
Matt
Regards
Matt
matt@begg-uk.co.uk
I am trying to export a table as a delimited text file, but the file is empty.
I am using the following code:
DoCmd.TransferText acExportDelim, , "F_Phys_Exam", "D:\" & newdir & "\" & UserName & "_F_Phys_Exam_csv.txt"
Please help
Matt
Regards
Matt
matt@begg-uk.co.uk