D
doyle60
I have an Access 2000 database. This database has user-level security
which first needs to be
removed.
I first tried to remove the user-level security by doing the
following:
- give all user groups total access to every object in the database
- clear the admin password
- create a blank database
- Get external data and import all objects from the original database
into it, selecting the options "relationship", "Menus and toolbars"
and
"import/Export Specs"
This newly created database should be free of user-level security.
However the new database does not work properly.
For example, when I try to open the switchboard form, I get a
"compile
error: user-defined type not defined" for "Dim dbs As Database".
Another form gives me the same error for "Dim Q as QueryDef".
How do I clear these errors? Did I not import the objects properly
into
the newly created database? The original database does not present
these errors.
Sandra
which first needs to be
removed.
I first tried to remove the user-level security by doing the
following:
- give all user groups total access to every object in the database
- clear the admin password
- create a blank database
- Get external data and import all objects from the original database
into it, selecting the options "relationship", "Menus and toolbars"
and
"import/Export Specs"
This newly created database should be free of user-level security.
However the new database does not work properly.
For example, when I try to open the switchboard form, I get a
"compile
error: user-defined type not defined" for "Dim dbs As Database".
Another form gives me the same error for "Dim Q as QueryDef".
How do I clear these errors? Did I not import the objects properly
into
the newly created database? The original database does not present
these errors.
Sandra