I have a form that is linked to a table. I would like to have a field on my form that has a control source of a query I have. There are cbos on my form that control the output of the query so I would like for the query to run after all 3 cbos have the data selected and then this form field linked to the query to update. The 2 problems are:
1. How to link this field to the query
2. How to get this field to update after the cbos have been selected.
1. How to link this field to the query
2. How to get this field to update after the cbos have been selected.