How to copy all record on a table to another existing table?

metad

Registered User.
Local time
Today, 15:13
Joined
Oct 14, 2004
Messages
28
I have a table with employees’ information. I want to copy all records in this table to another existing table “WorkTimes”. I do not want to edit my employee table, so therefore I want to copy all records to another table before editing/adding information in other fields. How I can do that with a macro or module?

Thanks in advance.
 
If you need to duplicate data that is already in your data base, you have a design problem. Your data is not normalised. All you should need to use in your WorkTimes table is the employee ID.
 

Users who are viewing this thread

Back
Top Bottom