make table query with autonum

J

Jeff Boyce

As far as I know, no. But you can create a table (with "make table"),
modify the table definition to add an autonumber field, then use "append"
queries.
 
Top