N
NTXCoog
I'm importing an Excel spreadsheet into Access using
DoCmd.TransferSpreadsheet. One of the fields is coming in
as a number field, but I'd like it to be a text field.
Can I force it to import as text? If not, how can I
change the field from number to text in my code?
Thanks in advance.
DoCmd.TransferSpreadsheet. One of the fields is coming in
as a number field, but I'd like it to be a text field.
Can I force it to import as text? If not, how can I
change the field from number to text in my code?
Thanks in advance.