displaying query results in form field

J

Joan Wild

Generally the 'result of a query' has many rows and columns.

If so, you can put a subform on your form and set the record source of the
subform to your query.

If your query returns a single value, you can use DLookup to display it in a
control on your form.
 
Top