opening multiple forms

J

Jason

Hi,

I've a .mdb file with a lot of forms where i get recordsets through ado
from a external database.

The problem with the forms is that when a user has a particular form
open and another wants to open it, the following error occurs:

"The expression On Open you entered as the event property setting
produced the following error: .
* The expression may not result in the name of a macro, the name of a
user-defined function, or [event-procedure].
* There may have been an error evaluating the function, event, or macro."


Anyone has a solution for this problem?
 
G

Guest

It appears from your post that you have multiple users sharing the same front
end mdb file. The answer is - Don't Do That. Each user should have their
own copy on their own computer.
 

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