A
Annie
Hi. I'm just not getting this. I have VB code on a
subform BucksMember to calculate curTotal (not a field,
just a calculation). Individuals is the main form. I
want curTotal calculation from the subform to appear as
the value for a field on Individuals- this field is
RunningTotal. I think there are 2 or 3 steps in need to
go through:
1) in the subform (BucksMember) code add:
forms!Individuals.RunningTotal = curTotal
2) on the mainform (Individuals) I have the unbound field
RunningTotal. Do I leave it unbound, or will it have a
control source? If I leave it blank, no value appears in
this field so it isn't getting the information it needs
from BucksMember VB curTotal calculation.
3) in the mainform (Individuals) code do I need to do
anything?
I can't seem to get the calculation based on the subform
to appear as a field on my mainform. I don't think I
have a syntax issue, but I do think I may not have all of
the steps right. Details are much appreciated. Thanks,
Annie
subform BucksMember to calculate curTotal (not a field,
just a calculation). Individuals is the main form. I
want curTotal calculation from the subform to appear as
the value for a field on Individuals- this field is
RunningTotal. I think there are 2 or 3 steps in need to
go through:
1) in the subform (BucksMember) code add:
forms!Individuals.RunningTotal = curTotal
2) on the mainform (Individuals) I have the unbound field
RunningTotal. Do I leave it unbound, or will it have a
control source? If I leave it blank, no value appears in
this field so it isn't getting the information it needs
from BucksMember VB curTotal calculation.
3) in the mainform (Individuals) code do I need to do
anything?
I can't seem to get the calculation based on the subform
to appear as a field on my mainform. I don't think I
have a syntax issue, but I do think I may not have all of
the steps right. Details are much appreciated. Thanks,
Annie