C
Combustible Kid
I have a list box on a main form. When the list box is updated it should
requery within per the after update procedure two subforms [sfrmAgency] and
[sfrmEmployment].
The after update procedure is returning an error stating that it "can't find
the field 'sfrmAgency'...", however [sfrmEmployment] had been working okay.
Unfortunately, I accidently deleted it. When it was recreated I got the same
behavior. The same thing happens on my OnCurrent procedure for the main form.
The afterupdate procedure is:
[Forms]![frmPerson]![sfrmEmployment].Requery
[Forms]![frmPerson]![sfrmAgency].Requery
I have also tried:
[Forms]![frmPerson].[sfrmEmployment].[Form].Requery
[Forms]![frmPerson].[sfrmAgency].[Form].Requery
requery within per the after update procedure two subforms [sfrmAgency] and
[sfrmEmployment].
The after update procedure is returning an error stating that it "can't find
the field 'sfrmAgency'...", however [sfrmEmployment] had been working okay.
Unfortunately, I accidently deleted it. When it was recreated I got the same
behavior. The same thing happens on my OnCurrent procedure for the main form.
The afterupdate procedure is:
[Forms]![frmPerson]![sfrmEmployment].Requery
[Forms]![frmPerson]![sfrmAgency].Requery
I have also tried:
[Forms]![frmPerson].[sfrmEmployment].[Form].Requery
[Forms]![frmPerson].[sfrmAgency].[Form].Requery