J
Jennifer Cali
I have the following expression:
=[Forms]![frmEventSetup]![Audio-Visual].[Form]![AVSumBudget]
In the expression builder, I see that in the third column there are <value>
fields that looks as if I could use the OnCurrent within my expression. I'm
not sure where it would fit in, though.
The issue I'm having is that I have two subforms (sfrmAV & sfrmTotals) on
one main form (frmEventSetup). The first subform (sfrmAV) has the field
[AVSumBudget]. This field resides in the footer and is the sum of the many AV
Budget values. I need this value to pull over to the second subform,
sfrmTotals. It currently is with the formula I posted above, but when I
scroll through records it isn't always updating with the sum for the
CURRENTLY displayed record...it's always one record behind. I need it to
update to show the CURRENTLY displayed record. Again, I think I do this
somewhere in the expression builder as the third column shows OnCurrent but I
don't know where in my expression it goes.
Any help is greatly appreciated!!!
=[Forms]![frmEventSetup]![Audio-Visual].[Form]![AVSumBudget]
In the expression builder, I see that in the third column there are <value>
fields that looks as if I could use the OnCurrent within my expression. I'm
not sure where it would fit in, though.
The issue I'm having is that I have two subforms (sfrmAV & sfrmTotals) on
one main form (frmEventSetup). The first subform (sfrmAV) has the field
[AVSumBudget]. This field resides in the footer and is the sum of the many AV
Budget values. I need this value to pull over to the second subform,
sfrmTotals. It currently is with the formula I posted above, but when I
scroll through records it isn't always updating with the sum for the
CURRENTLY displayed record...it's always one record behind. I need it to
update to show the CURRENTLY displayed record. Again, I think I do this
somewhere in the expression builder as the third column shows OnCurrent but I
don't know where in my expression it goes.
Any help is greatly appreciated!!!