help

chucky

New member
Local time
Today, 02:18
Joined
Apr 23, 2002
Messages
7
ok i have not used access much but i have studied vb. I am trying to makes a programme so that on click of different check boxs, it updates multiple fields. I think i have the code right but when i run the form and click on the specific check box i get the following error.

The expression On click you entered as the event property setting produced the following error: A problem occurred while Microsoft Access 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
 
When you click debug, what line of code is highlighted? If there is no debug option, check the Event properties of the check box and make sure the click event shows "[Event Procedure]".
 

Users who are viewing this thread

Back
Top Bottom