Filters

mcraven

Registered User.
Local time
Today, 09:11
Joined
Oct 18, 2006
Messages
15
Hello,

I want the user to be able to filter his records in the database without interfering with other users entering data into their records. When someone sets the filter after doing a search on their name, no one else can access the database. Why?
 
You shouldn't be having multiple people working in the same mdb frontend. You should have a backend and each person using a copy of a frontend. That will help you with these issues.
 

Users who are viewing this thread

Back
Top Bottom