combo box rowsource from saved query

  • Thread starter Thread starter Santiago Gomez
  • Start date Start date
S

Santiago Gomez

is it possible to set a combo rowsource from a saved query?
thanks
 
Santiago Gomez said:
is it possible to set a combo rowsource from a saved query?
thanks

In the same Form:
Me.ComboName.RowSource="QueryName"
Me.ComboName.Requery 'to refresh DataCombo

Alessandro(IT)
 
awesome.
thanks for the quick response.

ALESSANDRO Baraldi said:
In the same Form:
Me.ComboName.RowSource="QueryName"
Me.ComboName.Requery 'to refresh DataCombo

Alessandro(IT)
 

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