LarryDeLaruelle
Technical User
Is it possible to change a subform's recordsource from the main form? Based on user choices, I want to change the query behind the sub form or, alternatively, use and sql string in record source. I've tried:
frmSubForm.recordsource =
or
me.formSubForm.recordsource =
both produce an error that says the property is not recognized.
Thanks in advance
Larry De Laruelle
frmSubForm.recordsource =
or
me.formSubForm.recordsource =
both produce an error that says the property is not recognized.
Thanks in advance
Larry De Laruelle