I have 2 tables, tblEmployees and tblManagers
I have a main form which contains Employees name & info and a subform with Managers name & info.
From time to time employees get switched around from different managers. So from the subform I have a combobox that I can select the managers name and upon selection, it displays that particular manager's info on the textboxes on that subform.
The problem is when selecting managers from the subform's combobox I get an error "You can't use Find or Replace now." I don't get this. What am I doing wrong? Is there a better way to get this working?
Thank you in advance.