I have a table with a series of ID's which I need to keep in text format. The ID's look something like this in the table:
201111464
201111474
201111491
When I run a query to find duplicates, the query outputs the same ID's in this format:
12/1/2002
12/1/2002
12/1/2003
it's autoformatting them into dates, how can I stop this?