Is there any way to create an auto number field using SQL?
What I'm doing:
I've created a query which creates a table I want the table to have a field that has a unique ID (auto number field) that every time the query gets preformed gets refreshed hence creating an auto number field in SQL in the original query...
Hope this makes since and hope someone can help...
Thanks!
Lydia