Invalid Outside Procedure

  • Thread starter Thread starter Aldo
  • Start date Start date
A

Aldo

I am getting this message about a problem with any Event
Procedure in my form (there's only one form)
because "Invalid Outside Procedure". There are no calls to
any procedure inside or outside some of them, still I get
this message. Any idea. Thanks
 
Hi,


Don't you have some orphaned "code" between procedures? something like:


Public sub something()
....
End Sub

....some code here...

Public sub somethingElse()
....
End Sub




Hoping it may help,
Vanderghast, Access MVP
 
Back
Top