access.net? access#?
lol,lol. That's one degree of separation....
joking aside, did you ask microsoft, since you pay $$ for their sw?
start with them, as they make access. see what solutions they offer?
you'll find none of them, complete, easy, simple, cost effective, or very web friendly.
Now to your problem described in original post.
Putting the DB online will not solve your problem, though it will lead to other issues, you may/maynot want to deal with...
Try this:
Instead of emailing ?.mdb back and forth, learn how to use access, so everyone uses same ?.mdb.
As in only one exists. you, partner, whomever, use same file. This would include the concept of networking, which you use by email. That way concurrency goes out window.
Now, the problem you have is you use access for DB and for interface (forms). This will not work well in an environment outside of access.
To put access DB on www:
vas0922 is giving good advice.
One can use accessDB with fp AND webserver that understands fp extensions. Meaning, using fp, and uploading, to said web server, one can actually get to DB data.
What about the forms? The interface you use. May/maynot work. fp/access may be able to HTML certain access forms to usable over
www.
The whynot is simple. One can do things in a client/server environment (the way you use access), that are not possible over
www.
Simple example:
access. Have form where user chooses customer from dropdown. Upon choice, the other form fields populate with appropriate info. This is client/server, and you maintain a persistent connection to access.
www. NO persistent connections exist. Therefore, you can display a page with customer dropdown, but upon user choice of a given customer, some things can happen:
nothing. oops!
choosing a customer from dropdown will link back to retrieve the appropriate info. may be good enough. notice, link back.
you cached all the customer info into display page with customer dropdown and client side (browser) scripting will update other fields upon choice. this is normally bandwidth intensive and well, basically stupid.
Simple. If I can only get my posty notes to play fair...