I am not sure if this is easy or difficult. Anyway here goes.
I have a form with a subform. Within the subform I have a footer which totals up a quantity field. This total is not visible since the sub form is a datasheet. However, on the main form I have a text box which references the total on the footer.
What I am trying to do, is when I enter a record on the subform that the system totals the quantity, shows this on the main form and do some checks. However, I cannot find the correct event to do this in. As it seems that if I use the AfterUpdate on the subform, it is too early and it working on the previous total value.
Are you still with me. Is there an event after the footer is processed.
I have a form with a subform. Within the subform I have a footer which totals up a quantity field. This total is not visible since the sub form is a datasheet. However, on the main form I have a text box which references the total on the footer.
What I am trying to do, is when I enter a record on the subform that the system totals the quantity, shows this on the main form and do some checks. However, I cannot find the correct event to do this in. As it seems that if I use the AfterUpdate on the subform, it is too early and it working on the previous total value.
Are you still with me. Is there an event after the footer is processed.