Hello,
I have a form that for some reason is giving me an error. I have had this working for sometime now and it's just now producing this error:
The expressin On Current you entered as the event property setting produced teh following error: A problem occurred while Gate Precast Project Log was communicating with the OLE server or ActiveX control.
*The expression may not result in the name of a macro, the name of a user-defined function, or [Event Procedure]. *There may have been an error evaluating the function, event, or macro.
Here is what is in my On Current event:
Private Sub Form_Current()
' Requery the second combo
Me.cbo_materialID.Requery
End Sub
I am also getting an error asking for a parameter on my subform, but I don't know where the parameter is. I have checked the queries and I can't find it anywhere.
This is causing all types of errors in my form and I don't know how to fix it. I hope my form isn't corrupted; If I ever add any code, I compile and save first...
I appreciate any assistance provided.