Results 1 to 4 of 4
  1. #1
    prasadmng555 is offline Novice
    Windows Vista Access 2010 32bit
    Join Date
    Nov 2014
    Posts
    4

    Accessing Database by multiple user at a time

    Hi,



    I have created one microsoft access and would need help in getting it accessible for multiple users at a time. I am not getting it. I did try with Split option but getting below error attached error message. Can someone help me in getting the access database working by multiple user at a time.


    This error occurs when an event has failed to run because the location of the logic for the event cannot be evaluated. For example, if the OnOpen property of a form is set to =[Field], this error occurs because a macro or event name is expected to run when the event occurs
    Attached Thumbnails Attached Thumbnails access error.png  

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    This is a 'false positive' error. The error is not on the vb code but rather an error in a property.
    either a control is missing on the form, ( because its missing on the PC)
    or
    A bad field propery is set.

    these are the toughest errors because access does not point you to the problem.

  3. #3
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    If you actually have something like "if the OnOpen property of a form is set to =[Field]" you need to know that the Open Event is too early in the process to reference a control on your form. You would need to use the OnLoad Event for such a procedure.

  4. #4
    NTC is offline VIP
    Windows 7 64bit Access 2013
    Join Date
    Nov 2009
    Posts
    2,392
    I suggest you sanity check your situation. Return to an unsplit database and verify that all works. Then do the split putting the new back end file in a local folder, and again verify that all works. Then move the back end file to its ultimate common location and perform your table linking.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 1
    Last Post: 08-14-2015, 12:01 PM
  2. Replies: 2
    Last Post: 03-18-2015, 07:34 PM
  3. Preventing user from accessing the Table
    By winsonlee in forum Access
    Replies: 4
    Last Post: 07-26-2011, 07:55 AM
  4. Replies: 2
    Last Post: 07-01-2010, 07:09 PM
  5. Multiple users accessing same database
    By 4ACE in forum Access
    Replies: 0
    Last Post: 02-28-2008, 03:10 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums