Note that MakeTable queries are VERY rarely necessary; just about
anything you can do with a Table can be done with less overhead using
a Select Query: forms, reports, exports, further queries...
What you would need to do is *either* run a DDL (Data Definition
Language) query to create the table, followed by an Append query; or
write some VBA code to create a primary key for the table after it's
been created (and trap the errors which will happen if the candidate
primary key is not in fact unique).
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.