A
a
I using this code to copy table to another data base
==============================================
The code
DoCmd.CopyObject "C:\mydb", "", acTable, "CODES"
==============================================
My Question is
Is there any way to copy relation between tables (((also ))))
==============================================
The code
DoCmd.CopyObject "C:\mydb", "", acTable, "CODES"
==============================================
My Question is
Is there any way to copy relation between tables (((also ))))