Hi All,
Has anyone figured out how to reset the recordsource of a openned
form??
ex: User opens a form, selects a value from combo1, selects a value
from combo2, in the AfterUpdate event of combo2 write the sql for the
recordsource using those two choosen values then do a
me.recordsource = strSQL
me.requery
or do I 'have' to do a form/subform for this
thanks
bobh.
Has anyone figured out how to reset the recordsource of a openned
form??
ex: User opens a form, selects a value from combo1, selects a value
from combo2, in the AfterUpdate event of combo2 write the sql for the
recordsource using those two choosen values then do a
me.recordsource = strSQL
me.requery
or do I 'have' to do a form/subform for this
thanks
bobh.
Comment