I know that, After Delete Confirm event occurs after the user confirms the deletions and the records are actually deleted or when the deletions are canceled...
But my problem is another thing not the deleting the records!
Hello VbaInet
The Quantity is counting and giving me a Total Sum for example: (Unitprice * Quantity = SumAll Giving a result)
I think that it is a normal
If the Quantity field is not directly related to your subform's recordset, I see no need to update it. It defeats the purpose of what you just achieved.
I've just had a quick glance and I can say that you have some good normalization in place, so well done!
I will just point out two things:
1. In the Relationships I noticed you made them all OUTTER JOINs. This shouldn't be so. You should avoid Outter Joins in the Relationships window and if you need an Outter Join just do it in a query.
2. The SumAll field should not be a field in your table. It can be calculated in a query.
This is just my 2 cents I don't have much time to go into too much detail.
Thanks vbaInet for the suggestion
1. Which one to use then from join Property, 1, 2, 3
2. OK I'll Remove the SumAll from the table and will do it from query or Expression