M
Mike Thomas
Is there a way in Access 2000 VBA to make a temporary, empty copy of an
existing table in the database?
In other languages I have used
SELECT * FROM customers INTO TABLE tCust WHERE False
After making the table, I add the records, test them, then add the good ones
to the permanent table customers.
Many thanks
Mike Thomas
existing table in the database?
In other languages I have used
SELECT * FROM customers INTO TABLE tCust WHERE False
After making the table, I add the records, test them, then add the good ones
to the permanent table customers.
Many thanks
Mike Thomas