Help connecting a database to a website for sales

mildiner86

Distinguished
Nov 30, 2008
274
0
18,790
If i have a database on access 2007 containing around 1500 products how could i link this to a web site so that the item has the correct price and when an item is sold directly from the site the stock level reduces.

what programs would I need and how would I set it up. I have little experience in this field and generally deal with hardware
 
First, this is not a networking question.

Second, you should NOT use Access with a web server; Access becomes corrupted easily in a multiuser environment. You either need to use SQL Server, or a free database like MySQL.