Hi. I'm sorry I've been posting and deleting but I'm trying to figure out just what my problem is before I ask for help....
I want to run a query on the close of a form, and take a calculated field from that query and display the number in a text box on a linked form.
So, on 'save' I have docmd.openquery "qryNoTax"
which produces a field "notax"
how do I USE this field from the query on my form?
Thank you!
Jennifer
I want to run a query on the close of a form, and take a calculated field from that query and display the number in a text box on a linked form.
So, on 'save' I have docmd.openquery "qryNoTax"
which produces a field "notax"
how do I USE this field from the query on my form?
Thank you!
Jennifer