Re: Remote Ms Access by vb 6
Remote as in over a network or internet. Internet you cannot do with access unless you write a service as an intermediary on the machine hosting the mdb, like a webserver and an asp application. Over a network, see http://www.connectionstrings.com
Good Luck
Re: Remote Ms Access by vb 6
Thread moved to 'Database Development' forum (the 'VB6' forum is only meant for questions which don't fit in more specific forums)
If it is within a network, share the folder that the database file is in, and set apt permissions. For more information, see the article How do I use an Access database from multiple computers (in a network)? from our Database Development FAQs/Tutorials (at the top of this forum)
If it is over the internet, it would be far easier and much more reliable to change from Access to a server-based database system.