G
Guest
Hi, I am trying to alter the number of fields I need to input on the form.
What I am trying to do is, once I input a Person ID field in a text box
(txtEmpID), I am trying to get another textbox to look up the name of the
person in another text box (txtEmpName)
eg txtEmpID - 123
once I have input this then
automatically in txtEmpName - Jez appears
how can this be done? I have the Emp ID and Names in a table called tblEmp
Thanks Jez
What I am trying to do is, once I input a Person ID field in a text box
(txtEmpID), I am trying to get another textbox to look up the name of the
person in another text box (txtEmpName)
eg txtEmpID - 123
once I have input this then
automatically in txtEmpName - Jez appears
how can this be done? I have the Emp ID and Names in a table called tblEmp
Thanks Jez