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.
 
Back
Top