|
-
Apr 16th, 2002, 09:43 AM
#1
Thread Starter
Lively Member
Allow only one individual at a time
Using Access2k VBA, is there a way to limit the number of people who are accessing a backend db from their frontend db to one individual at a time? I don't want to setup Access security.
Any ideas?
-
Apr 16th, 2002, 09:53 AM
#2
Doesn't that defeat the point of having a front n back end ?
How about your front ends are readonly OR use a table to distinguish whether they can be read only or write as well ?
Vince
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
-
Apr 16th, 2002, 09:57 AM
#3
Thread Starter
Lively Member
Originally posted by Ecniv
Doesn't that defeat the point of having a front n back end ?
How about your front ends are readonly OR use a table to distinguish whether they can be read only or write as well ?
Vince
I want a front/back-end because If I have many people over the network accessing the same mdb file, the file will corrupt more often (and when it does, everyone's out of comission, not just one user).
The frontends need to be read/write. I don't understand: "use a table to distinguish whether they can be read only or write as well"
Thanks for your help
-
Apr 16th, 2002, 10:06 AM
#4
I was assuming you wanted only one person to write to the database at a time.
Corrupting as in form corrupting or just mucking up and requiring repairs ?
How many users?
Vince
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
-
Apr 16th, 2002, 10:16 AM
#5
Thread Starter
Lively Member
It's unhealthy for an mdb file to be opened on more than one computer on a network, because the file goes bad. Also, the page setup/printer properties can be customized for each user if there is a frontend.
Have you not found this to be true?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|