M
Michelle
I have a form that uses a drop down box to select the system.
Here is the code for that box (it works perfect)
SELECT [qurEupipEmp].[IDTag], [qurEupipEmp].[FullName],
[qurEupipEmp].[LocationDesc] FROM qurEupipEmp ORDER BY [LocationDesc];
Now the issue is...I want it auto fill the User Name and Location in after
you select the system...the Location Description works however I either get
Name? or nothing in the FullName field.
Here is the code for that box (it works perfect)
SELECT [qurEupipEmp].[IDTag], [qurEupipEmp].[FullName],
[qurEupipEmp].[LocationDesc] FROM qurEupipEmp ORDER BY [LocationDesc];
Now the issue is...I want it auto fill the User Name and Location in after
you select the system...the Location Description works however I either get
Name? or nothing in the FullName field.