I am working on an applicaiton similar to a Point of Sale. I am trying to use a continuous form to hold my sales items as it handles adding additional items nicely.
In trying to calculate the extended price (quantity * price) I have a text box to hold the value, but not store it in the table.
I am doing the calculation in the onTimer event. It works great for the first item. When I add a second item, however, the total disappears until my second contains enough info to calculate a value. Then it shows that value for ALL items on the form. Not a good thing.
How can I fix this?
Thanks!