I have an Excel spreadsheet where I'm pulling data from a CSV file using Microsoft Query. One of the fields is an invoice #. Most of the invoices are all numeric (34046), but some have an alpha character after the # (34046A). The query pulls all the numeric values fine, but the ones with the alpha character don't pull at all.
I'm assuming that the query is assuming it is a numeric field and doesn't recognize the alpha character and skips it.
How can I fix it to pull all the data?
I'm assuming that the query is assuming it is a numeric field and doesn't recognize the alpha character and skips it.
How can I fix it to pull all the data?