So you want to know how to run the query that would be the control source for an unbound textbox? I'm not reading that you want help to build that query.
Seems to me that you could update your unbound textbox in a number of ways:
- have your query calculate the value and bind the control to it
- an event runs an update query and populates the other query/table field, your control is bound to that and you refresh the form
- your unbound control source is a function that calculates the value or runs a query that calculates the value
- your single unbound control is on its own subform, allowing you to set the recordsource of that form to the calculating query and thus the control to the calculated field (not so attractive I think, but I'm striving for content here!).
Seeing your db might help if you remain stuck.
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.