combo box rowsource from saved query

A

ALESSANDRO Baraldi

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)
 
S

Santiago Gomez

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

Top