A
a
I'm used copyobject to copy object to another data base
What I want:
I want Make array for every time I use copy object the name of the first
table change from Employee1 to employee2 and so on
DoCmd.CopyObject, "Employees1", acTable, "Employees"
What I want:
I want Make array for every time I use copy object the name of the first
table change from Employee1 to employee2 and so on
DoCmd.CopyObject, "Employees1", acTable, "Employees"