Error Checking not working

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a report in access 2003 and have been hit with a problem,

i have a small amount of code that relates to a control on the report
design, i deleted the control by mistake, i found that the run , compile, and
debug gave me no clues that there was a problem (i did the same in acces 97
and got errors).

i have all error checkin on, the report just flashes and does nothing, also
if i spell a control name wrong in the code again the same result, i have no
clues as to waht area is wrong

can anyone help
 
tunna said:
I have created a report in access 2003 and have been hit with a
problem,

i have a small amount of code that relates to a control on the report
design, i deleted the control by mistake, i found that the run ,
compile, and debug gave me no clues that there was a problem (i did
the same in acces 97 and got errors).

i have all error checkin on, the report just flashes and does
nothing, also if i spell a control name wrong in the code again the
same result, i have no clues as to waht area is wrong

can anyone help

Do you have "Option Explicit" specified at the top of the report module?
Is the VB option "Require Variable Declaration" checked?
 

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

Back
Top