Form changes do not work

R

Randy Chhatwal

I am using Access 97 with windows 98. I imported form from
another application and it works as it is within my new
application. I made a change with the click event just
adding a msgbox statement of only one command button. At
run time the form gets displayed but all the command
buttons on the form with click event give me error, "The
Expression You put on the Click event has produced:
Varaible not defined error"
This is Access Informational error and does not get
trapped in the error handling. It does not allow me to
continue!
Any Idea what I am doing wrong. Any help will be highly
appriciated.
 
D

Douglas J. Steele

Open any code module, and select Debug | Compile and Save All Modules. That
should identify any problems with undefined variables. Repeat until you
don't get any more errors.
 
R

Randy Chhatwal

Thank you very much. It works now without any problem.
God bless you.

Randy
 

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

Top