M
Mark
I would like to copy a table's structure but not the
records.
The following code copies both structure and records:
DoCmd.CopyObject, TableCopy, acTable, TableOrig
Then I loop through the Copied Table and delete its
records.
I would like to avoid the record deletion business if
possible.
Thanks
Mark
records.
The following code copies both structure and records:
DoCmd.CopyObject, TableCopy, acTable, TableOrig
Then I loop through the Copied Table and delete its
records.
I would like to avoid the record deletion business if
possible.
Thanks
Mark