P
Pendragon
Access03/WinXP
In what should be a very basic reference, I am getting an error "Method or
Data Member Not Found" in the following code. I'm guessing form corruption?
If Me.cboRollUpType = 1 And Me.txtMGR1 <> "" Then
resp = MsgBox("A MGR1 participant is already assigned. Do you want to
update with your selection?", vbYesNo)
The code fails on "Me.cboRollUpType". The combo box is indeed named
cboRollUpType. Even if I delete the reference in the code and start typing
"Me.", after I type the period I can select "cboRollUpType". The code still
fails. A compile fails here as well.
Suggestions?
Thanks!
In what should be a very basic reference, I am getting an error "Method or
Data Member Not Found" in the following code. I'm guessing form corruption?
If Me.cboRollUpType = 1 And Me.txtMGR1 <> "" Then
resp = MsgBox("A MGR1 participant is already assigned. Do you want to
update with your selection?", vbYesNo)
The code fails on "Me.cboRollUpType". The combo box is indeed named
cboRollUpType. Even if I delete the reference in the code and start typing
"Me.", after I type the period I can select "cboRollUpType". The code still
fails. A compile fails here as well.
Suggestions?
Thanks!