I have a table which contains products.
A product can be "ordered" "delivered" or "dispatched".
I have three queries that filter on those states.
I have a main form that shows all the additional information associated with that product and three sub forms based on each of the queries. Buttons control which subform is displayed. So far, so good.
Now when I click on on a product on the subform I would like the main form to show all the product information. Try as I might I haven't been able to trigger this off just clicking on the subform entry.
Any help would be appreciated.
A
A product can be "ordered" "delivered" or "dispatched".
I have three queries that filter on those states.
I have a main form that shows all the additional information associated with that product and three sub forms based on each of the queries. Buttons control which subform is displayed. So far, so good.
Now when I click on on a product on the subform I would like the main form to show all the product information. Try as I might I haven't been able to trigger this off just clicking on the subform entry.
Any help would be appreciated.
A