how do you make a vb 6 systemconnected to ms access database to be accessed in more than one computer in a network
vb 6 sytem in a network
Collapse
X
-
Originally posted by ngugihow do you make a vb 6 systemconnected to ms access database to be accessed in more than one computer in a network
If you have your application on your server, out on a lan somewhere, your users should be able to create a shortcut to their desktop. Everyone accessing the same version of the application.
In your case, it sounds like you want to do VB to Access. You can add both the form and the database on your lan, again with each user accessing the version you want.
Is this what you are trying to do?
Comment