how to create a multi user database using microsoft Access 2007 and visual basic

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mbimunyui
    New Member
    • Apr 2013
    • 1

    how to create a multi user database using microsoft Access 2007 and visual basic

    I have created a database to store and retrieve the results of student in the school I am teacing. our computer lab is locally network and more than one teacher has to be filling marks at the same time. what can I do to achieved this
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    Split the backend from the front end. Give each user a copy of the front end on their local computer. Store the backend on the network accessible to every user.

    Comment

    Working...