I don't believe Jet supports creating a unique index within the structure of a Make Table query. I think you would have to use the CreateIndex Method to accomplish what you want.
Craig, just to bring this to your attention, this is right at the top of the Create Index Statement Page in Help. It indicates that this is not available to normal Access processes.
Note For non-Microsoft Jet databases, the Microsoft Jet database engine does not support the use of CREATE INDEX (except to create a pseudo index on an ODBC linked table) or any of the data definition language (DDL) statements. Use the DAO Create methods instead. For more information see the Remarks section.
I think this has to be done with DAO or ADO methods.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.