M
Mike C.
Hello.
OK. This should be an easy one )
I am working on a database whose code for a control on
form "frmSelectGroup" was
originally "Me.Requery "lstGroups". It used to work fine.
Now I have that form as a subform (actually its the
subform of another subform) and when it runs that line of
code I get a "Wrong number of arguments or invalid
property assignemnt" error. I assume that I have to tell
it that that control is now on a subform. What is the
correct syntax to do that?
"frmMailingsRptMenu" is the parent form
"frmSelLabels" is the subform
"frmSelectGroup" is the sub-subform. The "lstGroups "
control is on this form.
Right now I have it as follows:
Me.Requery Forms!frmMailingsRptMenu!frmSelLabels!
frmSelectGroup!lstGroups
What am I missing?
Thanks in advance.
mc
OK. This should be an easy one )
I am working on a database whose code for a control on
form "frmSelectGroup" was
originally "Me.Requery "lstGroups". It used to work fine.
Now I have that form as a subform (actually its the
subform of another subform) and when it runs that line of
code I get a "Wrong number of arguments or invalid
property assignemnt" error. I assume that I have to tell
it that that control is now on a subform. What is the
correct syntax to do that?
"frmMailingsRptMenu" is the parent form
"frmSelLabels" is the subform
"frmSelectGroup" is the sub-subform. The "lstGroups "
control is on this form.
Right now I have it as follows:
Me.Requery Forms!frmMailingsRptMenu!frmSelLabels!
frmSelectGroup!lstGroups
What am I missing?
Thanks in advance.
mc