Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access project

Status
Not open for further replies.

site

Programmer
Oct 23, 2001
44
AT
Hi,

Anybody know how to run Access project in two machines? We need do working side by side to quick finish the project. Our project is in the network right now.

Thank you very much.

Jing
 
Two ways:

1. Put the application on a file server and run the application at the server from your workstations

2. Split the database either manually or by using the database splitter wizard. Putting the tables on a server and the "client" application on the workstaions.


In either case, you'll have to network if you haven't already done so. I would highly recomend against running two identical applications that are not linked via a network. (Duplicate databases)

Or, you may want to investigate the replication functions that are built in to Access. Although I have never personaly used this option
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top