Error messages

C

CB

I have an access database with a database level password on it that is used
by multiple people at different locations. Every so often, a person will
receive an error message like "Could not find object 'Scripts'", but I don't
have an object (to my knowledge) with that name. People will also see an
error message that states "Can't find macro maxwin", which I do use maxwin
after some forms are closed or something like that. Has anyone seen those
messages before?

Thank you for your time.
 
A

Arvin Meyer [MVP]

One of the dangers of using a database that hasn't been split is that some
people may have difficulties with objects in the front-end (forms, code,
etc.). When there are multiple users, split the database, putting the tables
(data) in a back-end, running from a server, with individual copies of the
front-end running on each workstation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top