Criteria for query

  • Thread starter uday kulkarni via AccessMonster.com
  • Start date
U

uday kulkarni via AccessMonster.com

Hii.. everybody
I want to use comboboxes on a form, which are referenced in the
criteria section of the query, so that the query returns record for the
selected value in combobox.How this reference can be set?
 
N

Nikos Yannacopoulos

Assuming the form is named MyForm, and a combo on it is named MyCombo1,l
you can use the following as a criterion in a query:

Forms![MyForm]![MyCombo1]

HTH,
Nikos
 
Top