Using Macros to set primary key

  • Thread starter Thread starter dstb
  • Start date Start date
D

dstb

Guest
I'm creating a table through a make table query which is part of a macro. From what I've read it is not possible to set a primary key through the make table query. Is there a way to set the primary key as a line in a macro?

thanks,
Scott
 
Look up ALTER TABLE in help. You can create a DDL (data definition language) query and run it from your macro.
 

Users who are viewing this thread

Back
Top Bottom