I have some code that links an Excel spreadsheet to an Access database then does some work with the data in that linked table.
One of the fields has traditionally held numeric values, but recently we’ve been receiving some that have text values (A123456789 instead of 1234567890) and the link fails to recognize it, and the column is created as Numeric.
How do I fix it so I don’t lose my Text values?
Thanks!