Hi,
I'm making a purchase order database.
Initially, what I did was that I created fields of up to 15 items in case the purchases may count up to 15,
but then felt that it was such a hassle because of the brute force, and that there are possibilities for purchases with more than 15 items and I would have to add new fields again,
So I ditched that solution and instead created a multiple items form and used it as a subform for my Purchase Order form, which is my main form.
THIS IS MY MULTIPLE ITEMS TABLE:
AND I USED IT AS A SUBFORM HERE:
Now my problem is....
I need to get the total amount from the items with the same Purchase order Number in my subform, so that it can appear in my SUBTOTAL field
which is a part of my main form
but I don't know how to get it.
Please help meeeee
Or if there is another way I can do a purchase order database that allows me to add any number of items I want without using a subform,
Please tell meeee