Is it possible to "unbound" a bound textbox, or to otherwise modify data in a bound textbox without changing the control data?
I'm a new user to Access who has hit a roadblock that has slowed me down significantly. I have a numeric value in a text box that is linked to a control that is linked directly to a table. For reference sake, the "Control" in the properties menu of this text box is =[Amount] .
Sometimes, I need to modify this amount in the text box, but Access will not allow it, saying that the text box is bound. If I change the Control in my properties menu to Amount, then it allows me to change the amount, but it also changes the original, which is linked directly to the table.
That said, is there anyway to UNBOUND the textbox AFTER it has been changed within a record? So, for example, if I selected product 1, and it gave me an amount of $100.00, the textbox would state $100.00. Now, lets say I wanted to give this guy a deal, I would like to change the amount to $95.00 for this particular sale only (I don't want it to change the Amount in the products table).
[Note: I do realize the possibility that a separate "Amount Discount" text box can be set up, as well as a "Total Amount" via a calculated field, but that is a LAST resort, and would prefer not to do it.
Thanks for your help.
I'm a new user to Access who has hit a roadblock that has slowed me down significantly. I have a numeric value in a text box that is linked to a control that is linked directly to a table. For reference sake, the "Control" in the properties menu of this text box is =[Amount] .
Sometimes, I need to modify this amount in the text box, but Access will not allow it, saying that the text box is bound. If I change the Control in my properties menu to Amount, then it allows me to change the amount, but it also changes the original, which is linked directly to the table.
That said, is there anyway to UNBOUND the textbox AFTER it has been changed within a record? So, for example, if I selected product 1, and it gave me an amount of $100.00, the textbox would state $100.00. Now, lets say I wanted to give this guy a deal, I would like to change the amount to $95.00 for this particular sale only (I don't want it to change the Amount in the products table).
[Note: I do realize the possibility that a separate "Amount Discount" text box can be set up, as well as a "Total Amount" via a calculated field, but that is a LAST resort, and would prefer not to do it.
Thanks for your help.