Hi all
I created the following Update query to a field called Total_used and placed it on my form called INVENTORY
DSum("[Mon]+[Tue]+[Wed]+[Thur]+[Fri]","INVENTORY","[InventoryID] = " & [InventoryID])
All I want to do is: when I change the amount from any of those weekdays fields, my Total_Used field changes its value on the form.
I inserted the macro called WEEK SUM that opens this query and runs it under on current, after update of the form but did not get any results.
Thanks for your support!
I created the following Update query to a field called Total_used and placed it on my form called INVENTORY
DSum("[Mon]+[Tue]+[Wed]+[Thur]+[Fri]","INVENTORY","[InventoryID] = " & [InventoryID])
All I want to do is: when I change the amount from any of those weekdays fields, my Total_Used field changes its value on the form.
I inserted the macro called WEEK SUM that opens this query and runs it under on current, after update of the form but did not get any results.
Thanks for your support!