S
seeker
I have a form OutreachMenu_F which has a form F_time_on_forms within that is
titled F_time_on_forms_subfrm whose source object is f_time_on_forms. I want
to change the recordsource for the F_time_on_forms and have used all of the
following to no avail:
forms!outreachmenu_F!f_time_on_forms.recordsource = strrecordsource
forms!outreachmenu_F!F_time_on_forms_subfrm.recordsource = strrecordsource
the error is that it cannot find F_time_on_forms. Before I added the new
implementation F_time_on_forms_subfrm.requery worked. How do I change the
recordsource for a form that is within a form?
titled F_time_on_forms_subfrm whose source object is f_time_on_forms. I want
to change the recordsource for the F_time_on_forms and have used all of the
following to no avail:
forms!outreachmenu_F!f_time_on_forms.recordsource = strrecordsource
forms!outreachmenu_F!F_time_on_forms_subfrm.recordsource = strrecordsource
the error is that it cannot find F_time_on_forms. Before I added the new
implementation F_time_on_forms_subfrm.requery worked. How do I change the
recordsource for a form that is within a form?