Hi there.
I have Continuous Forms, to select article for customer, I have unbound text box to discount from total price. Example total price is $14, and I want to discount $4, after that i want $4 discount, to separate on article.
I have code to separate discount, (Discount=([Discount1]/[Sum1]*[Sum]), but I can't populate all rows, on bound textbox, to save it on main table.
I try this but not successed:
Me.CalculateDiscount = Me.Discount
Me.CalculateDiscount.Value = Me.Discount.Value
This populate only one row on continuous form. Only row which I moved cursor to txt Discount1. I tried also to refresh form but not succesed.
I attach sample database to understand easy this problem.TextBox populate problem.zip
Can anybody help me to solve this?