M
Mike
Hi,
I posted in the "new users" section, but still am stuck and hoping for help.
The person in our agency who created this DB has left the company, and we
are getting the "Run Time error 2683: No object in this control". Googling
this mentions registering the mscomct2.ocx file, which I have done to no
effect. When the error comes up and I click "debug", I get the Visual Basic
editor up on this information:
Private Sub CommtExpireDateZ_LostFocus()
If Me!CommtExpireDateZ <= Now() Then
Me![CommtLabel] = "Commitment has EXPIRED!"
Else
Me![CommtLabel] = "Commitment Expiration:"
End If
End Sub
The If Me!CommtExpireDateZ <= Now() Then is highlighted in yellow. There is
a box in the form that is blank, and I think is supposed to be a date field,
not sure if this is where this error is focused, but there is a blank box
showing on the form. The highlighted in grey form in the upper left window
is called Form_ClientDataForm if that means anything.
I have no idea what this error is telling me as I have never done this
before. Can someone provide me guidance to debug this?
Mike
I posted in the "new users" section, but still am stuck and hoping for help.
The person in our agency who created this DB has left the company, and we
are getting the "Run Time error 2683: No object in this control". Googling
this mentions registering the mscomct2.ocx file, which I have done to no
effect. When the error comes up and I click "debug", I get the Visual Basic
editor up on this information:
Private Sub CommtExpireDateZ_LostFocus()
If Me!CommtExpireDateZ <= Now() Then
Me![CommtLabel] = "Commitment has EXPIRED!"
Else
Me![CommtLabel] = "Commitment Expiration:"
End If
End Sub
The If Me!CommtExpireDateZ <= Now() Then is highlighted in yellow. There is
a box in the form that is blank, and I think is supposed to be a date field,
not sure if this is where this error is focused, but there is a blank box
showing on the form. The highlighted in grey form in the upper left window
is called Form_ClientDataForm if that means anything.
I have no idea what this error is telling me as I have never done this
before. Can someone provide me guidance to debug this?
Mike