B
Bret
I have a form with tab controls.
On first tab is a subform.
The subform populates records based on query with parameter from a combo box
on the same tab. Problem is the subform doesn't refresh after combo box
selection is made. Ive tried numerous combinations of me.setfocus and
Me.refresh and me.requery and repaintobject unsuccessfully, the data does
refreshe successfully after I close the form and re-open form.
I've done my due diligence and searched this board and others and have found
the following as the most common resolution:
Forms!MainFormName!subformName.Form.Requery
Forms!MainFormName!subformName.Requery
The error I constantly receive using the above is:
".....can't find the field 'subformname' referred to in your expression"
Thank you for any assistance.
On first tab is a subform.
The subform populates records based on query with parameter from a combo box
on the same tab. Problem is the subform doesn't refresh after combo box
selection is made. Ive tried numerous combinations of me.setfocus and
Me.refresh and me.requery and repaintobject unsuccessfully, the data does
refreshe successfully after I close the form and re-open form.
I've done my due diligence and searched this board and others and have found
the following as the most common resolution:
Forms!MainFormName!subformName.Form.Requery
Forms!MainFormName!subformName.Requery
The error I constantly receive using the above is:
".....can't find the field 'subformname' referred to in your expression"
Thank you for any assistance.