I would first off recommend against using access for this type of application. You would be much better off using MySQL, it is much better suited for your needs.
TheComputerGeek
Junior Poster in Training
54 posts since Mar 2004
Reputation Points: 89
Solved Threads: 5
You being a web developer, I'm assuming you know how to program. Web developers develop web software. What language would you like to use? PHP? ASP? ColdFusion? Java? Perl?
I also recommend you go with MySQL server. Access is just a file, and craps out once you got over 8 people connecting to it at the same time. With MySQL, because it's a server, it handles all the user sessions appropriately.
samaru
a.k.a inscissor
1,256 posts since Feb 2002
Reputation Points: 262
Solved Threads: 18
I know it's already been said, but I too would advise against using Access for an online database. It's no good for large databases and depending on what language you're using, interfacing with it can be a real pain (PHP and Access doesn't mix well, I tried). My college taught us SQL in several classes, but when it came to .NET programming, all they would show us is how to interface to an Access DB file. Terrible, terrible course design.
Phaelax
Practically a Posting Shark
858 posts since Mar 2004
Reputation Points: 92
Solved Threads: 51