G
Guest
I keep getting this error "Invalid procedure call or argument (Error 5)" when
I open a form. I inherited this database, I didn't build this form so I'm a
bit cloudy with regard to the designer's logic.
This error is new, the form was working as designed until today. I compared
the code side by side with an older working version and found no differences.
The code debugger says these lines are the source(or at least part of it).
The only problem is these lines are exactly as written in the working
version.
Private Sub Form_Current()
ActiveDealFind = DealID ' Update the Find Record Combo Box.
CompleteDealFind = DealID ' Update the Find Record Combo Box.
Me.AllowEdits = True
End Sub
The DealID is an auto-number, The activedealfind and completedealfind are
drop down menu's that auto-populate several fields when selected.
Any one have any idea what I may be overlooking?
I open a form. I inherited this database, I didn't build this form so I'm a
bit cloudy with regard to the designer's logic.
This error is new, the form was working as designed until today. I compared
the code side by side with an older working version and found no differences.
The code debugger says these lines are the source(or at least part of it).
The only problem is these lines are exactly as written in the working
version.
Private Sub Form_Current()
ActiveDealFind = DealID ' Update the Find Record Combo Box.
CompleteDealFind = DealID ' Update the Find Record Combo Box.
Me.AllowEdits = True
End Sub
The DealID is an auto-number, The activedealfind and completedealfind are
drop down menu's that auto-populate several fields when selected.
Any one have any idea what I may be overlooking?