My db is used by several people. All data is in one master table. The table is used for a search engine, and has a check box field that when checked, that record is added to a 'que' form. if i have several users, all users find that all of the records they 'checked' are in the que, as well as all of the records 'checked' by all other current users. Even worse, if a new user opens the db, a marco runs removing all checks from the db, emptying the que form for all users.
Is there a way to make a new instance of the db when a new user opens it? I don't want this new copy to be saved. I know this is counter to what most people want from a multi user db, but it's what I'm looking for.
Thanks to all
Is there a way to make a new instance of the db when a new user opens it? I don't want this new copy to be saved. I know this is counter to what most people want from a multi user db, but it's what I'm looking for.
Thanks to all