Try prefixing the field with a single quote in a query. Export that.
Please use # icon on toolbar when posting code snippets.
Cross Posting: https://www.excelguru.ca/content.php?184
Debugging Access: https://www.youtube.com/results?sear...bug+access+vba
Something along the lines of
I am using my fields here. You could try with and without the Cstr()Code:SELECT tblSubmitterInvoice.SubmitterClientID, tblSubmitterInvoice.TransferFeeID, tblSubmitterInvoice.InvoiceRate, "'" & CStr([nvoiceAmount]) AS AmountText, tblSubmitterInvoice.DateInvoiced FROM tblSubmitterInvoice;
Just create the query in the query designer.
Please use # icon on toolbar when posting code snippets.
Cross Posting: https://www.excelguru.ca/content.php?184
Debugging Access: https://www.youtube.com/results?sear...bug+access+vba