G Guest Sep 4, 2006 #1 How do I link a text box on a form to a specific value that summarizes the result of a query? \JG
G Guest Sep 4, 2006 #2 You can use DLookup or DSum and use the query for the domain argument. For example: DSum("fieldName","qryMyQuery") Barry
You can use DLookup or DSum and use the query for the domain argument. For example: DSum("fieldName","qryMyQuery") Barry