i am a beginner software developer but i have created a very comprehensive vb.net program that is the brain of an entire transportation company. it uses an Access database on a LAN. is it possible to put this database online? im trying to get it so they can access the database from anywhere (while its still reasonably fast). i coded every sql query the program uses, which call the same connection string from a editable text file. its used on about 5 computers. can i just "slap" the Access databse online and modify the connection string? what about some kind of p2p client that connects to the host computer, then the database? im looking for the path of least resistance, but a decent outcome. any help appreciated..