G
Guest
I have a form in which I created a command button. When I click on this
command button, I want it to open a query, which I have done. This query has
an employeeID field and a name field. When I select the row in which I want,
I would like the EmployeeID information from the query to be sent over to the
form in a textbox called "EmployeeID". I'm not sure on how to get started on
this. I could also set up the query to have a third column full of
checkboxes, so when I click the checkbox, that rows EmployeeID info will be
sent to the textbox in the form. Any ideas?
Chad
command button, I want it to open a query, which I have done. This query has
an employeeID field and a name field. When I select the row in which I want,
I would like the EmployeeID information from the query to be sent over to the
form in a textbox called "EmployeeID". I'm not sure on how to get started on
this. I could also set up the query to have a third column full of
checkboxes, so when I click the checkbox, that rows EmployeeID info will be
sent to the textbox in the form. Any ideas?
Chad