unique numbers in query

C

Craig

I have a make table query and I want to add another column
that has unique values ie 1...n. There is no function to do
it, and the help isn't all that useful either.
Can someone steer me in the right direction please.
Thanks in advance.
Craig
 
V

Van T. Dinh

You can simply create the structure of the destination
Table first (including the AutoNumber Field) and then use
an Append Query to append the Records rather than the Make-
Table Query.

HTH
Van T. Dinh
MVP (Access)
 
G

Guest

Thanks very much :)
-----Original Message-----
You can simply create the structure of the destination
Table first (including the AutoNumber Field) and then use
an Append Query to append the Records rather than the Make-
Table Query.

HTH
Van T. Dinh
MVP (Access)



.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top