The IsLoaded function is a sample Function procedure included with the Northwind sample database, and not a built-in Microsoft Visual Basic function. To use the IsLoaded function in your database, you must copy it to your database.
Open the Northwind sample database.
How?
Note If you don't see a list of databases when you point to Sample Databases, you can install them by double-clicking Add/Remove Programs in Windows Control Panel and running Office Setup.
- On the Help menu, point to Sample Databases, and then click the database you want to open.
- If the database isn't currently installed, click Yes to install it now.
In the Database window of
Northwind, click Modules
under Objects.
Select Utility Functions, and then click the Design on the Database window toolbar.
Highlight and copy the function.
Close the Northwind sample database.
In the Database window of your database, click Modules
under Objects and then click New on the Database window toolbar.
Paste the code into the module.
Close and save the new module.