Hello.
This is my first post. I am making an attempt at learning Access and have run into a wall. Just wondering if anyone can give me hand.
Let me set up the problem.
I have 2 tables:
tblCategories
---> CategoryID, name, totalSpent
tblItem
--> ItemID, name, price, tax(yes/no), CategoryID
They share a one-to-many relationship through CategoryID(1)->ItemID(MANY)
I wish to have the totalSpent field in tblCategories display the the sum over all items in the category of ( price * ( 1.0 + tax_percentage ) ). I have tried using the expression builder in default value, but I couldn't get it to work. Please help.
This is my first post. I am making an attempt at learning Access and have run into a wall. Just wondering if anyone can give me hand.

Let me set up the problem.
I have 2 tables:
tblCategories
---> CategoryID, name, totalSpent
tblItem
--> ItemID, name, price, tax(yes/no), CategoryID
They share a one-to-many relationship through CategoryID(1)->ItemID(MANY)
I wish to have the totalSpent field in tblCategories display the the sum over all items in the category of ( price * ( 1.0 + tax_percentage ) ). I have tried using the expression builder in default value, but I couldn't get it to work. Please help.
