J
Junior
I have two cbo boxes -
both use querys as record source
CBOone selects stations 3 character string
and CBOtwo uses a query for rthe record source that has a parameter
Forms!frmMain.cboOne
I want to dynamically change the selection list in CBOtwo based on the
station selected in CBOone.
How /where should i use requery after updating cboone so that cbotwo (i.e.
the query) will have the correct list.
it works if i leave the form and then return to the form - but i need it to
update as soon as cboone is updated.
thanks for any help
both use querys as record source
CBOone selects stations 3 character string
and CBOtwo uses a query for rthe record source that has a parameter
Forms!frmMain.cboOne
I want to dynamically change the selection list in CBOtwo based on the
station selected in CBOone.
How /where should i use requery after updating cboone so that cbotwo (i.e.
the query) will have the correct list.
it works if i leave the form and then return to the form - but i need it to
update as soon as cboone is updated.
thanks for any help