Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
a simple database which calculates the total by multiplying the "price" and the "quantity" fields. when deployed in asprunner "total" field becomes static and does not automatically update itself. is there a workaround?thanks
Seth,you can create a query in MS Access that calculates totals on the fly and use this query as a datasource in ASPRunner.
select price, quantity, *pricequantity as total** from TableName