Error problem

R

Rpettis31

I was working on my database and testing it and the forms were working fine.
Now I go in it and I get this error.
The Expression After Update you have entered as the event property setting
produced the following error: Procedure Declaration does not match
description of event of procedure having the same name.

*The expression may not result in the name of a macro, the name of a
user-defined function or [Event Procedure].

I do not see where I am missing any references but I may not be looking in
the right place?
 
R

Rpettis31

I found the issue. However here is a simple question. On my switchboard I
can review all of the records via the form yet now it does not show me all
the records.



Tom Wickerath said:
Try compiling your VBA code. Open any code module, and then click on Debug |
Compile {ProjectName}, where {ProjectName} is the name of your VBA project.
Do you get any compile time errors? If so, correct these first.


Tom Wickerath
Microsoft Access MVP
http://www.accessmvp.com/TWickerath/
http://www.access.qbuilt.com/html/expert_contributors.html
__________________________________________

Rpettis31 said:
I was working on my database and testing it and the forms were working fine.
Now I go in it and I get this error.
The Expression After Update you have entered as the event property setting
produced the following error: Procedure Declaration does not match
description of event of procedure having the same name.

*The expression may not result in the name of a macro, the name of a
user-defined function or [Event Procedure].

I do not see where I am missing any references but I may not be looking in
the right place?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Huh? 6
Error messages regarding event procedures 2
Switchboard won't work on Vista 5
On Click error 4
error mesaj 8
.visible = not .visible 7
Form wont work 1
Access bug? 3

Top