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.
 

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

Top