IsLoaded

  • Thread starter Thread starter 123
  • Start date Start date
1

123

Thank you
When Use this Function this error message appear:

Sub, Function, or Property not defined (Error 35)
What is the reason
 
Import the function from the Northwind sample database.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.

Reply to group, rather than allenbrowne at mvps dot org.

Thank you
When Use this Function this error message appear:

Sub, Function, or Property not defined (Error 35)
What is the reason
 
Or use something like below if you are using Acc2000 or higher. No module
needed...

If Not CurrentProject.AllForms("<form>").IsLoaded Then


Regards,
Harmannus
 
Back
Top