Help with logical conditions to determine value used in a calculat

G

Guest

Hi,

I am using FP2003. I have the tutorial to complete mathematical
calculations on a form before sending it to a database. The problem is that
one of the values depends on a choice made by a customer. For example, the
item price depends on the item size chosen.

Item1Size Item1Price Item1Qty Item1SubTotal
40 X 40 69.99
40 X 50 79.99
40 X 60 89.99
etc...
Item2Size Item2Price Item2Qty Item2SubTotal

Total Qty ordered ??????? Total invoice ??????????

The results then have to be posted on the screen before sending it to the
database. I have the tutorial explaining about the input.asp and send.asp
file. How do I put all this together? How do I solve the logical condition
problem and do I use the input.asp file for it?

BigD
 
T

Thomas A. Rowe

Have you considered using a pre-made ASP based shopping cart application? You can do a search in
your IE address bar for:

? ASP Shopping Cart application

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Top