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