S
smk23
I change the query def of a subform and then want to requery that subform.
The following code successfully changes the query def, but I'm not seeing the
subform refresh with the new data. The name of the subform is
"frmApptTemplate". What am I missing?
CurrentDb.QueryDefs("qryApptAggregate").SQL = strSQL
Me.frmApptTemplate.Form.Requery
The following code successfully changes the query def, but I'm not seeing the
subform refresh with the new data. The name of the subform is
"frmApptTemplate". What am I missing?
CurrentDb.QueryDefs("qryApptAggregate").SQL = strSQL
Me.frmApptTemplate.Form.Requery