Consulting

Results 1 to 3 of 3

Thread: Solved: Multiple users in excel 2007 enterprise

  1. #1
    VBAX Newbie
    Joined
    Dec 2008
    Posts
    1
    Location

    Solved: Multiple users in excel 2007 enterprise

    Hi!

    I made an excel database using VBA. It is complicated and must be filled with data from 4 different PCs in a network. The question is is it possible that two different users open the same file (.xlsm), located on the server and enter data simultaneously. All PCs have Microsoft Office 2007 Enterprise.

  2. #2
    VBAX Expert
    Joined
    Aug 2007
    Location
    Windermere, FL, a 'burb in the greater Orlando metro area.
    Posts
    567
    Location
    I suggest that you look at the thread Your thoughts on shared workbooks.. The general answer is that this is a bad idea, however, if you absolutely must do it, the thread gives you some tools to use in attempting to avoid disaster. You might also use Search on the tool bar to look for additional threads on the subject.

    Cheers,
    Ron
    Windermere, FL

  3. #3
    VBAX Master CreganTur's Avatar
    Joined
    Jan 2008
    Location
    Greensboro, NC
    Posts
    1,676
    Location
    Welcome to the forum- it's always good to see new members!

    The multi-user probem is exactly why Access is the preferred choice for building database applications. I posted something like this in the linked post, so I'll try not to repeat myself.

    Excel does not have any native functionality for handling a relational database. Even if you do separate all of your 'tables' onto different worksheets/workbooks you'll have one heck of a time trying to create anything resembling referntial integrity, keeping unique values unique (primary key, foreign key, index), etc.

    It is very possible for 2 users to do something to a workbook at the same time and cause issues that range from data loss to corruption and workbook death. Access has robust tools that handle multiple users with ease and without the fears and headaches you would come across in Excel.

    HTH
    -Randy Shea
    I'm a programmer, but I'm also pro-grammar!
    If your issue is resolved, please use Thread Tools to mark your thread as Solved!

    PODA (Professional Office Developers Association) | Certifiable | MOS: Access 2003


Posting Permissions

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