How can i use Access on network.<br>
<br>
i want my Tables on Server and Interface/Forms on Client side. How they comunicate with each othe.<br>
<br>
<br>
if any one have the idea pleas ehelp me...<br>
<br>
<br>
Thanks<br>
I would suggest using MS SQL Server 7.0. You can use Access 97 as a front end and have your objects stored on SQL server. You can access SQL server through an ODBC connection you set up through the control panel of NT or 95. Once your ODBC connection is set up link whichever tables you are working with and wa-la...done.
ALA02,<br>
<br>
i dont need to use SQL Server because my application is for teo or three users and my client don't want it.<br>
<br>
i like to solve it in Access only.<br>
<br>
<br>
if u can help me on this regards pls give me favour ..<br>
<br>
<br>
<br>
Building on Lehtoant's comments...<br>
<br>
One option is to split the db into front end (forms etc.) and back end (tables). The back-end db could be on the file server and the front end could be on the desktop. This will improve network performance because forms won't have to be transmitted over the wire. However, you will have the headache of distributing the front-end to your clients, keeping them up to date etc.<br>
<br>
There is no reason why the entire db (unsplit) can't sit on a network drive. Clients access the db as if it were their own. This should be okay if the db is not to big and the number of users is not to great and it is not a critical application. If any of the above is true, you really SHOULD be using another tool/tool-set.
In answer to your original question, the front end communicates with the back end through Access's linking mechanism. To link manually, open your front end (containing all onjects except tables), click on File/Import external data/link, browse to your back end (containing only tables), and select all. When the process is complete you should see icons indicating linked tables (arrows indicate the links) appear in the tables tab of your front end.<br>
<br>
If you are going to put this on the server, and your users use a different drive letter to map to the folder that you use, you can relink using the virtual address. Click on Tools/Add-Ins/Link Manager, select all and click on the checkbox at the bottom, click on the Advanced button and key in the path (beginning with
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.