make table query

P

Peter

Hi,

I was wondering in a "make table" query is it possible to assign composite
indexes that are unique?

If so how? How do I assign the primary index fields in it in the "Design
view"? I would like a certain field to be unique.

Thanks.

Peter
 
M

MacDermott

A make-table query does not create any indexes on the new table.
While it is possible to add these using ADD CONSTRAINT SQL, it's often more
efficient, instead of creating a new table programmatically, to simply keep
a table, empty it of contents, and use an append query to dump the new
records into it.

HTH
- Turtle
 

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