unique numbers in query

  • Thread starter Thread starter Craig
  • Start date Start date
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
 
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)
 
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)



.
 
Back
Top