Code won't run when I hit F8 or F5

  • Thread starter Thread starter ragtopcaddy via AccessMonster.com
  • Start date Start date
R

ragtopcaddy via AccessMonster.com

I had been successfully running all kinds of subs and functions in my modules
and form modules. Now F8 won't work for any of them. I just get that dumb
tone when I hit the key. I can't run them from the immediate window either.
Any suggestions would be appreciated.

--
Bill Reed

"If you can't laugh at yourself, laugh at somebody else"

Message posted via AccessMonster.com
 
Do you get the same results when you open your db while holding down a
<SHIFT> key?
 
I found the problem. I had been running subs from a module exclusively. The
functions I'm trying to run are in a form cls module. By design, they don't
run from the F8 key. They have to be called from a sub.
Do you get the same results when you open your db while holding down a

--
Bill Reed

"If you can't laugh at yourself, laugh at somebody else"

Message posted via AccessMonster.com
 
Excellent! Thanks for posting back with your success.
I found the problem. I had been running subs from a module exclusively. The
functions I'm trying to run are in a form cls module. By design, they don't
run from the F8 key. They have to be called from a sub.
Do you get the same results when you open your db while holding down a
<SHIFT> key?
[quoted text clipped - 3 lines]
 
Back
Top