Results 1 to 4 of 4
  1. #1
    waqas is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Aug 2011
    Posts
    117

    Question how can i make multi user access database

    Dear All Experts,



    i have build a single user application in access 2010. now i want to build multi user application and want to deliver to end user.

    kindly guide me how can i do it? and how can i make my all vba code safe from end users.

    thanks

  2. #2
    RayMilhon is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    Aug 2011
    Location
    Southern California
    Posts
    1,071
    To change from a single user to multi-user split the DB into a front end and back end. Data goes in the backend everything else goes into the front end. The front end is then copied to each user's Computer.

    To make VBA Code Save convert the front end to an MDE file.

  3. #3
    waqas is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Aug 2011
    Posts
    117
    dear experts,

    i am using access2010 and i tried to convert it accde it is done. its lock module, reports and form to open in design mode but queries and table still any user can open and change it. how can i lock it too.

  4. #4
    RayMilhon is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    Aug 2011
    Location
    Southern California
    Posts
    1,071
    as far as the backend where the data is stored I've made it a hidden file it's generally safe from most users. You can also hide queries in Access and the user can't see them. I don't believe they can change any properties of tables or queries in an ACCDE File but I'm not 100% sure of that.

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

Similar Threads

  1. Can Access become a multi-user database?
    By DPCarusone in forum Access
    Replies: 3
    Last Post: 02-10-2012, 12:26 PM
  2. Replies: 11
    Last Post: 07-17-2011, 08:56 PM
  3. Multi-User Access
    By alyon in forum Access
    Replies: 4
    Last Post: 07-13-2011, 11:02 AM
  4. Replies: 12
    Last Post: 06-16-2011, 01:35 PM
  5. Design multi user database - avoid simultaneity transactions
    By snoopy2003 in forum Database Design
    Replies: 2
    Last Post: 02-27-2011, 12:03 AM

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