based on control in form:
Code:
SELECT UID FROM listEmployeeKey WHERE KeyID=Forms!formKey!txtKeyID;
When I don't have the form open, it asks for the value of Forms!formKey!t xtKeyID, and when I give it that value manually, it returns the list of associated UIDs.
qryKe...
Leave a comment: