D
Dennis
Hi,
While in the main form, I want to requery / refresh a combo box on a
sub-form. Ive read a couple of forum discussion concerning this issue and
tried them, but it did not work. I'm doing somthing dumb.
My main form name is frmFamily
My sub-form name is frmFamily-sfMembers
The name of the combo box on the frmFamily-sfMembers is cboMemNo
While in the main form, I want to have Access requery cboMemNo on the
frmFamily-sfMembers.
While in the main form, I've tried:
Me!frmFamily-sfMembers.Form!cboMemNo.Requery
This results in the error message "Access can't find the field
'frmFamily-sfMembers' referred to in your expression.
I also tried:
Me.frmFamily-sfMembers.Form.cboMemNo.Requery
This resulst in the error message "method or data member not found".
I also tried:
Me![frmFamily-sfMembers].Form!cboMemNo.Requery
Which resulted in can't find the field "Access can't find the field
'frmFamily-sfMembers' referred to in your expression.
What am I doing wrong?
Thank you for your assitance.
Dennis
While in the main form, I want to requery / refresh a combo box on a
sub-form. Ive read a couple of forum discussion concerning this issue and
tried them, but it did not work. I'm doing somthing dumb.
My main form name is frmFamily
My sub-form name is frmFamily-sfMembers
The name of the combo box on the frmFamily-sfMembers is cboMemNo
While in the main form, I want to have Access requery cboMemNo on the
frmFamily-sfMembers.
While in the main form, I've tried:
Me!frmFamily-sfMembers.Form!cboMemNo.Requery
This results in the error message "Access can't find the field
'frmFamily-sfMembers' referred to in your expression.
I also tried:
Me.frmFamily-sfMembers.Form.cboMemNo.Requery
This resulst in the error message "method or data member not found".
I also tried:
Me![frmFamily-sfMembers].Form!cboMemNo.Requery
Which resulted in can't find the field "Access can't find the field
'frmFamily-sfMembers' referred to in your expression.
What am I doing wrong?
Thank you for your assitance.
Dennis