Windows. The program is CWorks ... a maintenance management program.
Main Topics
Browse All TopicsI have a user who is running an application that uses an Access database. When performing a function on one computer she receives the below error, but on a different computer she does not. The database is shared by both computers. Does anyone have any suggestions?
"The expression OnClick you entered as the event property setting produced the following error
*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."
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
The error message is very much a standard access error message, can you please confirm if the form in question is being opened in Microsoft Access and if so what version.
If this is Access and it works on one PC but not another it is normally a references problem, go into a module and go to the Tools Menu References and see if any that are ticked have the word MISSING in front.
Cheers, Andrew
also i found recently a robust access app i look after was getting the same error on one newly built pc...
afer days of recompiling, exporting objects, compacting and repairing, copying and rebuilding the offending form...
i realised that the machine had been built with access xp and access 2007... once i opened the db in 2007 instead of XP it didn;t show the error... so the fault must have been with the install of Access on that specific machine.. and not with the MDB file...
Business Accounts
Answer for Membership
by: CodeCruiserPosted on 2009-04-08 at 03:39:12ID: 24095511
Is it a web application or a Windows Forms application?