Hi,
I am using TransferText to read in a .csv file,
but it's not reading in the invoice # when it's
a combination of text and numeric, i.e. "VA12245",
it just brings in a blank field. It reads in
the all-number invoice #s fine. Any ideas
as to what's happening? I'm not using an import
spec because I'm reading in different files
every time (end-users have different files).
Here's my code:
If Me!fileformat = "Comma-delimited (.csv)" Then DoCmd.TransferText acImportDelim, , tbl_out, Me!fullfilename, True
Thanks for any help,
Christy.
I am using TransferText to read in a .csv file,
but it's not reading in the invoice # when it's
a combination of text and numeric, i.e. "VA12245",
it just brings in a blank field. It reads in
the all-number invoice #s fine. Any ideas
as to what's happening? I'm not using an import
spec because I'm reading in different files
every time (end-users have different files).
Here's my code:
If Me!fileformat = "Comma-delimited (.csv)" Then DoCmd.TransferText acImportDelim, , tbl_out, Me!fullfilename, True
Thanks for any help,
Christy.