Query in text or combo box

D

Duane Hookom

You can use a domain aggregate function such as:
=Dlookup("[YourField',"YourQueryName")
 
Top