D
Del
I'm trying to create a second table in my DB with the same structure as an
existing table but without the data. This code copies both the structure and
the data.
DoCmd.CopyObject , "Table2", acTable, "Table1"
How can I copy just the structure?
existing table but without the data. This code copies both the structure and
the data.
DoCmd.CopyObject , "Table2", acTable, "Table1"
How can I copy just the structure?