A family of Microsoft relational database management systems designed for ease of use.
I tried again and it worked. The only thing I can figure out is if the table is open it won't work but if I close the table it works. Guess I will need to run a test to see if is open then close it before the
Set rst = CurrentDb.OpenRecordset("Employees") command.