Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Make Table Query - need to add autonumber column/field

Status
Not open for further replies.

elvanace1

MIS
Sep 26, 2005
32
0
0
US
I need to populate a new table from query results, but I need to include an autonumber field or new records number in the new table. How can I do this?
 
After you have created the MAKE TABLE, run this
Code:
ALTER TABLE NewTableName ADD COLUMN NewColumnName COUNTER
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top