G
Guest
What I am trying to do is use the results of a query based on the value of
one text box on my form to populate the values of 3 other text boxes on the
same form with the values from the query. For the sake of the discussion we
will say that my four txt boxes are UID, employee ID, name, and date of hire.
The query is based off the value i enter for the UID and returns one record
containing the other data. I'm having trouble linking my text box values to
the results of the query and i want to form to display a subform if the query
doesnt find any matching records.
one text box on my form to populate the values of 3 other text boxes on the
same form with the values from the query. For the sake of the discussion we
will say that my four txt boxes are UID, employee ID, name, and date of hire.
The query is based off the value i enter for the UID and returns one record
containing the other data. I'm having trouble linking my text box values to
the results of the query and i want to form to display a subform if the query
doesnt find any matching records.