B
Bill H.
how can I change the rowsource property on a subform based on a condition on
the parent form?
if it worked, I'd write it like this:
if me.ab=a then
me.subform.rowsource=strsql
endif

the parent form?
if it worked, I'd write it like this:
if me.ab=a then
me.subform.rowsource=strsql
endif
