J
JR
On a data entry form I want to devise a method that allows the employee to
see that he or she has selected the correct employeeID by providing feedback
via another control or text box on the form.
I thought I could do that by entering an SQL statement similiar to the one
below, but that doesn't work ... of course the query below could be
completely wrong since I am not very proficient in form design and coding.
Just noticed that there is nothing in my query that commands only display to
be the LastName! That could be a problem ...
SELECT [Employee].[EmployeeID], [Employee].[LastName] FROM [Employee] where
[EmployeeID]=[timeslip2].[EmployeeID].value;
I appreciate any assistance.
Thanks.
see that he or she has selected the correct employeeID by providing feedback
via another control or text box on the form.
I thought I could do that by entering an SQL statement similiar to the one
below, but that doesn't work ... of course the query below could be
completely wrong since I am not very proficient in form design and coding.
Just noticed that there is nothing in my query that commands only display to
be the LastName! That could be a problem ...
SELECT [Employee].[EmployeeID], [Employee].[LastName] FROM [Employee] where
[EmployeeID]=[timeslip2].[EmployeeID].value;
I appreciate any assistance.
Thanks.