What does this error mean in Access "for loop not initialized"?

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

Guest

I keep receiving the error "for loop not initialized" when I am trying to
create a switchbord. Example - I want to use the command Open Form however
when I choose this option, I receive this error. Is there any easy fix for
this?
 
Your question would be more appropriate in the forms or formscoding
newsgroup for ACCESS.

The error message that you see usually occurs when you have a Next statement
in the code and no For Each (or similar) step earlier to go with it.

Show us the code that you're trying to use.
 

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

Back
Top