Hello,
I am working with a db that has a form and a subform. On the main form, there is an unbound control called 'employeeno'. After user updates the employee number I want their name to appear in another control on the main form also. Because 'employeeno' is unbound in this case, I tried using a DLookup to grap the employee first name after update. It returns '#Name'. I am thinking this is because the 'employee' control is unbound, correct? Maybe there is another way around. I appreciate any time and thought.
Thanks
Jeremy
I am working with a db that has a form and a subform. On the main form, there is an unbound control called 'employeeno'. After user updates the employee number I want their name to appear in another control on the main form also. Because 'employeeno' is unbound in this case, I tried using a DLookup to grap the employee first name after update. It returns '#Name'. I am thinking this is because the 'employee' control is unbound, correct? Maybe there is another way around. I appreciate any time and thought.
Thanks
Jeremy