+ Reply to Thread
Results 1 to 10 of 10

Multiple users interfacing form

  1. #1
    Forum Contributor
    Join Date
    07-26-2007
    MS-Off Ver
    2007
    Posts
    102

    Multiple users interfacing form

    I just have a general question about forms. If I were to create a workbook with a userform and distribute it on multiple PC's, would there be any issues with simaltaneous data input. I understand I would have to share the workbook but wanted to see if there would be any potential problems with data not being recorded for some reason. Any insight would be extremely helpfull.

    Thank you

  2. #2
    Forum Contributor starryknight64's Avatar
    Join Date
    09-27-2006
    Location
    Missouri
    MS-Off Ver
    2003 (Work) & 2007 (Home)
    Posts
    193

    Re: Multiple users interfacing form

    Multiple users using the same worksheet is no problem.

    Usually Office makes the file read-only upon the first user opening the document. So, other users will not be able to save changes (although they can open it and read it just fine).

    If you need to merge spreadsheets, I suggest using a versioning system like SVN (or create your own using different version numbers as the file name).

    That way people can see what other people have saved and submit their own "merged" version if necessary.
    starryknight64

  3. #3
    Forum Contributor
    Join Date
    07-26-2007
    MS-Off Ver
    2007
    Posts
    102

    Re: Multiple users interfacing form

    Would it be possible to elaborate on this at all, It would be extremely helpful.

    Thank You

  4. #4
    Forum Contributor starryknight64's Avatar
    Join Date
    09-27-2006
    Location
    Missouri
    MS-Off Ver
    2003 (Work) & 2007 (Home)
    Posts
    193

    Re: Multiple users interfacing form

    Depends on what you're wanting to do:

    Are you wanting to have a program do the "versioning" for you (SVN, etc)?

    Or are you wanting to do the "versioning" yourself (use different filenames, etc)?

  5. #5
    Forum Contributor
    Join Date
    07-26-2007
    MS-Off Ver
    2007
    Posts
    102

    Re: Multiple users interfacing form

    I guess I am not sure. My end result would be having a form which could be stored on about 20 users PC's and have each user be able to interface the form cosecutively and have all data stored in one database.

  6. #6
    Forum Contributor starryknight64's Avatar
    Join Date
    09-27-2006
    Location
    Missouri
    MS-Off Ver
    2003 (Work) & 2007 (Home)
    Posts
    193

    Red face Re: Multiple users interfacing form

    Ahhh I see, you're using the form simply as a way to input into a database...

    That's something for the database server folks and it might not be something you can find in here.

    I'd suggest looking for a database forum to see how simultaneous updates are handled.

    However, there may be someone in here that can help. Hopefully my reply will bump this thread into the view of someone who would know?

    Eh... it's a long shot.

    Sorry I couldn't be of more help!

  7. #7
    Forum Contributor
    Join Date
    07-26-2007
    MS-Off Ver
    2007
    Posts
    102

    Re: Multiple users interfacing form

    I will look around, thanks for your

  8. #8
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Multiple users interfacing form

    don't don't don't (well avoid if at all possible sharing workbooks where simultaneous entries could be made in same cell) you will have no end of grief!
    shared work books can be a nightmare and you can risk losing loads of work when the thing goes pear shaped, you have been warned!
    oh did i say
    don't
    Last edited by martindwilson; 06-10-2009 at 07:52 PM.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  9. #9
    Registered User
    Join Date
    07-03-2007
    Location
    Canberra, Australia
    MS-Off Ver
    2010
    Posts
    60

    Re: Multiple users interfacing form

    I have setup a form that records statistical information for our company using a user form similar to what you require but it is not through excel, I used Microsoft Access instead using a front end and back end, back end having the tables.

    http://support.microsoft.com/kb/304932
    Last edited by Kerno; 06-10-2009 at 10:25 PM. Reason: Added link
    Kerno

  10. #10
    Forum Contributor
    Join Date
    07-26-2007
    MS-Off Ver
    2007
    Posts
    102

    Re: Multiple users interfacing form

    Yes, I was thinking about interfacing at some point with access, but to keep costs down I would like to have the front end user forms in excel format so every PC will not require access.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1