Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

default value in combobox with query 3

Status
Not open for further replies.

microtoolmaker

Technical User
Feb 21, 2000
17
0
0
US
very new to this. combo box is attached to query. i want the min() value in the query to be default value. tried many expressions with expression builder...can anyone help me?
 
If your field is named Field1 and your query is named Query1, then the default value should be<br>
<br>
DMin(&quot;[Field1]&quot;,&quot;Query1&quot;)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top