Results 1 to 5 of 5

Thread: Allow only one individual at a time

  1. #1

    Thread Starter
    Lively Member mattalexx's Avatar
    Join Date
    Mar 2002
    Location
    Gloucester, MA
    Posts
    77

    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?
    Matt Alexander
    [email protected]

    Don't click here.

    Odigo: 5408962
    AIM: mattalexx
    ICQ: 138006220

  2. #2
    Don't Panic! Ecniv's Avatar
    Join Date
    Nov 2000
    Location
    Amsterdam...
    Posts
    5,343
    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

    BOFH Now, BOFH Past, Information on duplicates

    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...

  3. #3

    Thread Starter
    Lively Member mattalexx's Avatar
    Join Date
    Mar 2002
    Location
    Gloucester, MA
    Posts
    77
    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
    Matt Alexander
    [email protected]

    Don't click here.

    Odigo: 5408962
    AIM: mattalexx
    ICQ: 138006220

  4. #4
    Don't Panic! Ecniv's Avatar
    Join Date
    Nov 2000
    Location
    Amsterdam...
    Posts
    5,343
    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

    BOFH Now, BOFH Past, Information on duplicates

    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...

  5. #5

    Thread Starter
    Lively Member mattalexx's Avatar
    Join Date
    Mar 2002
    Location
    Gloucester, MA
    Posts
    77
    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?
    Matt Alexander
    [email protected]

    Don't click here.

    Odigo: 5408962
    AIM: mattalexx
    ICQ: 138006220

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width