C
CWH
I have created a user.mdb where data is entered into a variety of forms
(stored in tables). I have several people using the user.mdb independently on
there own laptops. In this db I have created a VB command that uses DoCmd.
TransferDatabase which exports data the User selects into a transfer.mdb
(receiver database).
I have created an admin.mdb with append queries which imports the data from
transfer.mdb databases (those submitted by the Users). The admin.mdb database
is designed for an Administrator to view data and print records etc.. The
admin.mdb is also designed to allow data entry, modify & delete.
Example: User.mdb (downloads data)---->transfer.mdb-->Admin.mdb (uploads data)
I would like to put the admin.mdb on a network server. And find the simplest
way to continue to upload data from the user.mdb databases (they will remain
on laptops). I would also like the admin.mdb while on the server to let the
Administrator view reports and if possible continue to allow data entry,
modify & delete.
Any suggestions would be appreciated. Many thanks…
(stored in tables). I have several people using the user.mdb independently on
there own laptops. In this db I have created a VB command that uses DoCmd.
TransferDatabase which exports data the User selects into a transfer.mdb
(receiver database).
I have created an admin.mdb with append queries which imports the data from
transfer.mdb databases (those submitted by the Users). The admin.mdb database
is designed for an Administrator to view data and print records etc.. The
admin.mdb is also designed to allow data entry, modify & delete.
Example: User.mdb (downloads data)---->transfer.mdb-->Admin.mdb (uploads data)
I would like to put the admin.mdb on a network server. And find the simplest
way to continue to upload data from the user.mdb databases (they will remain
on laptops). I would also like the admin.mdb while on the server to let the
Administrator view reports and if possible continue to allow data entry,
modify & delete.
Any suggestions would be appreciated. Many thanks…