I have a form with a field load number. I have a subform in datasheet view called orders, and another subform based on a query where it displays the orders tagged with the load number in my main form. What I want to be able to do is for the user to be able to select orders from my first subform (without having to use checkboxes) and then press a button to have the form tag those orders with the load number, and then have that button requery the second subform to display the tagged orders.
What I don't know how to do is how to tell access that the user's selected/highlighted orders are the ones it should tag. I don't know what to put in the WHERE clause of the update query. Help please.
What I don't know how to do is how to tell access that the user's selected/highlighted orders are the ones it should tag. I don't know what to put in the WHERE clause of the update query. Help please.