S
SWalker
I have a form in which I use the "IsLoaded()" function and recieve "Compile
error: Sub or Function not defined."
Here's what I'm doing.
I've developed a new database which I modeled from an existing, working
database. In the working database one of the forms "Form Open" event
implements the IsLoaded("Form-Name") and runs fine.
Problem is in the new database. Same scenario, one of the new forms uses
IsLoaded("New-Form-Name") and fails.
I've checked the references and added to the new all the same references
reffered to in the existing module. Nothing unusual there.
So I thought the error might occur due to having a form and table with the
same name (I know, that should be avoided) and changed the name of the form
but no success.
Perhaps I have to dig deeper in this regard.
Any thoughts to a resolution would be appreciated.
steve
error: Sub or Function not defined."
Here's what I'm doing.
I've developed a new database which I modeled from an existing, working
database. In the working database one of the forms "Form Open" event
implements the IsLoaded("Form-Name") and runs fine.
Problem is in the new database. Same scenario, one of the new forms uses
IsLoaded("New-Form-Name") and fails.
I've checked the references and added to the new all the same references
reffered to in the existing module. Nothing unusual there.
So I thought the error might occur due to having a form and table with the
same name (I know, that should be avoided) and changed the name of the form
but no success.
Perhaps I have to dig deeper in this regard.
Any thoughts to a resolution would be appreciated.
steve