All,
I have a table with a template schedule for an orientation of new hires. The tables contain fields like Date, Event, NewEmpID...What is the best way to duplicate the template and update dates and NewEmpID?
(template)
Date: 01/03/2022 Event: Meet with John NewEmpID: 1
Date: 01/04/2022 Event: Meet with Mary NewEmpID: 1
Date: 01/05/2022 Event: Training1 NewEmpID: 1
I want to duplicate this template and change the date and NewEmpID for all the events...
Date: 04/11/2022 Event: Meet with John NewEmpID: 2
Date: 04/12/2022 Event: Meet with Mary NewEmpID: 2
Date: 04/13/2022 Event: Training1 NewEmpID: 2
I know I can manually change the dates and NewEmpID, but, is table has 50rows, may take a while and can make mistakes.
Ty in advance.
Sincerely,
Perry