If you use Access you will have implement security on the database which will cause all users (even non web-based ones) to have to login to the database. Access is also not really the best choice for a web backend. If cost is an issue, consider MySQL or some other free database that is better desinged to be accessed from the web. You will need to use something else (ASP, C#, etc) to create the user interface. And do not do this until you read up on database security and SQL Injection attacks.
"NOTHING is more important in a database than integrity." ESquared
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.