G
google3luo359
Hello,
I'm getting an "Object required" error message with no other clues as
to what or where the on object needed is.
The error is related to this new code I put in when a button is clicked
on a form:
If Not IsNull(Me!cboStudNum) Then
If Me!txtPassword = Me!cboStudNum.Column(1) Then
If Me!cboStudNum.Column(2) = 9 Then
DoCmd.OpenForm "fmAEP"
fmAEP.tabAEP.Pages(0).SetFocus
End If
If Me!cboStudNum.Column(2) = 10 Then
DoCmd.OpenForm "fmAEP"
fmAEP.tabAEP.Pages(1).SetFocus
End If .....
Is there anything obvious here that accounts for this error message?
TIA Ric
I'm getting an "Object required" error message with no other clues as
to what or where the on object needed is.
The error is related to this new code I put in when a button is clicked
on a form:
If Not IsNull(Me!cboStudNum) Then
If Me!txtPassword = Me!cboStudNum.Column(1) Then
If Me!cboStudNum.Column(2) = 9 Then
DoCmd.OpenForm "fmAEP"
fmAEP.tabAEP.Pages(0).SetFocus
End If
If Me!cboStudNum.Column(2) = 10 Then
DoCmd.OpenForm "fmAEP"
fmAEP.tabAEP.Pages(1).SetFocus
End If .....
Is there anything obvious here that accounts for this error message?
TIA Ric