Hi All
I've been trying to figure out this problem for a few days now and getting no where fast.
I have an unbound form used for pricing products and services. The form shows sell price, qty, margin etc and the user enters the qty if selling that product. I want to take this data (ProductID, Qty, SellPrice) and automatically create multiple lines in tblquotelines if the user enters a qty against a product. Basically I'm trying to build up a customer quote with multiple lines from one single pricing screen.
There could be 1 product or 15 products with a qty so I guess I need to loop through each line on the form to determine if a record is to be created. However I don't kno wif this is possible from an unbound form or how to code this.
Any help would be much appreciated.
I've been trying to figure out this problem for a few days now and getting no where fast.
I have an unbound form used for pricing products and services. The form shows sell price, qty, margin etc and the user enters the qty if selling that product. I want to take this data (ProductID, Qty, SellPrice) and automatically create multiple lines in tblquotelines if the user enters a qty against a product. Basically I'm trying to build up a customer quote with multiple lines from one single pricing screen.
There could be 1 product or 15 products with a qty so I guess I need to loop through each line on the form to determine if a record is to be created. However I don't kno wif this is possible from an unbound form or how to code this.
Any help would be much appreciated.