I have built an Inventory application and have everything done except being able to update my Quantity on Hand in the Products table by subtracting the New Transaction form's Quantity Sold.
I am new to macros and using Macro Builder. I finally got the code right with the correct expression, but now I get an error saying I can't update the field because the table is Read Only (I am assuming it is referring to the Products table).
I am calling the macro from the After Update property on the form.
I have tried several approaches, but none of them have worked. Any ideas?
Thanks!
Mel
I am new to macros and using Macro Builder. I finally got the code right with the correct expression, but now I get an error saying I can't update the field because the table is Read Only (I am assuming it is referring to the Products table).
I am calling the macro from the After Update property on the form.
I have tried several approaches, but none of them have worked. Any ideas?
Thanks!
Mel