Error Checking not working

T

tunna

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
 
D

Dirk Goldgar

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?
 
Top