Frontpage databases

J

Jake

I have an order form on my site and I want my products
database to be updated every time someone orders
something. For example, if someone ordered 3 gizmos using
the form, it would subtract 3 gizmos from the amount in
stock in the products database. Any help would be
appreciated, I'm desparate.
 
K

Kevin Spencer

You're going to have to write your own custom web application to do this,
using ASP, ASP.Net, or some other server-side technology.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Top