Re-establish Table Relationships with a Macro??

  • Thread starter Thread starter KC
  • Start date Start date
K

KC

Hello, I've automated updating my database using macro's
however I find I'm still manually re-establishing the
Relationship of my updated/imported table each time. Can I
use a macro to re-create the Releationship between two
tables?
Thanks KC.
 
I don't think macros are capable of doing this. You can do it using VBA code
in a module, though.
 
Back
Top