Using text box on a form to display the result of a query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I link a text box on a form to a specific value that summarizes the
result of a query? \JG
 
You can use DLookup or DSum and use the query for the domain argument.

For example:
DSum("fieldName","qryMyQuery")

Barry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top