How do I populate a TXT Field from a Query Result

R

REPettit1269

I have a Query that makes calculations from data input fields. How can I get
that result to post into a Txt Field and to an associated Report
 
R

Rick B

If the query is the data source for the report, just use the field name that
you assigned to the result in your query. It should be listed there in the
field chooser.
 
Top