barbaras Posted February 11, 2002 Posted February 11, 2002 Hello, I've records where the User enter Product Name, Reference, Price, etc.. I've an Administrator who accept or not the record for futur order. I would like to valid the records using a Table. Until now, nothing very difficult, I added a checkbox field in the Table. BUT, I would like to have (in the footnote for instance), the Total price, on the fly, of the validated record. For example, if I check 3 records I would like the total price of the 3, and if I change my mind the total price of 2 or 4 etc.. Thank you for your help
Fitch Posted February 12, 2002 Posted February 12, 2002 Think of your checkbox as a quantity field. When you check the box you are giving it a value or quantity of 1; no check is a quantity of 0. To get the extended price of a line item, you would multiply the price x quantity: price * checkbox = ValidPrice Now change your Total to add up the ValidPrice field, rather than just the price.
Recommended Posts
This topic is 8391 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now