inconsistent running of code

  • Thread starter Diana Criscione
  • Start date
D

Diana Criscione

Has anyone had this problem....
I have two apps that are using ADO command objects to execute queries that
create/update temp tables that I then use for either a form or report.
However, sometimes the code just doesn't run and I get blank fields on the
form or a report with errors. I've decompiled both apps and some of the
forms/reports that were having problems are now working. But, modifications
I have made to forms since then have seemed to "break" what wasn't broken so
I have other forms that won't work anymore.

Breakpoints do not stop the code from executing so I can see where the
problem is. One form will appear to "hang" and not be working but the VB
editor says it is running. Clicking the break button doesn't work and
clicking reset stops execution.

I know this may not be enough to go on, but does anyone have
suggestions/comments? Let me know if more specifics are needed to help.

Thanks in advance.
 

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