Query in text or combo box

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

Guest

How to display query result in text or combo box as default value?
Thanks!
 
You can use a domain aggregate function such as:
=Dlookup("[YourField',"YourQueryName")
 
You would not use a query for the default vaule.
Use a DLookup function.
 

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