Buttons/Combo Boxes Not Responding

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

Guest

I have an Access program that utilizes several command buttons and combo
boxes. There are times when I click on the button or select a value in the
field and nothing happens. I will retry several times and again nothing
happens. If I exit the program and then go back in to the same program the
buttons work fine.

Any ideas why this happens?
 
Without being familiar with the code that is being executed, I can only take
a very wild guess. My very wild guess, for whatever that may be worth, is
that a global variable is being reset.
 
Back
Top