Access 97 to 2000 conversion debut problem.

B

Bertram

My DB conversion from Access 97 to 2000 looks good and runs okay but when I
try to use the debug feature on my old modules and procedures (after break)
to "Step Into", etc. this feature doesn't work. No error msgs appear... just
a bonk sound meaning that this feature isn't available.

I have run "Debug" "Compile DB" okay.
I have used the "Design Mode" then "Save" rountine on all tables, queries,
forms, etc.
I have created new modules that do work with the "Debug" "Step Into" program
feature.

What am I missing.

TIA
 
T

Tester

I think you are trying to debug through a subroutine (Sub
test), which is not possible. You can do the same by
placing a breakpoint at the start of the subroutine and
then run the form. When you perform the desired event,
the control goes to the breakpoint you have placed and
then you can step into the same.
-----Original Message-----
My DB conversion from Access 97 to 2000 looks good and runs okay but when I
try to use the debug feature on my old modules and procedures (after break)
to "Step Into", etc. this feature doesn't work. No error msgs appear... just
a bonk sound meaning that this feature isn't available.

I have run "Debug" "Compile DB" okay.
I have used the "Design Mode" then "Save" rountine on all tables, queries,
forms, etc.
I have created new modules that do work with
the "Debug" "Step Into" program
 
B

Bertram

That must be the problem... I have been trying to debug functions and I
think the problem you mention is the same for them.

Thanks
 

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