J
John Hipskind
I must be missing something basic here.
My table has FieldA, FieldB and FieldC.
FieldC = FieldA+FieldB.
I would like the table's form to calculate FieldC, then
feed it to the table's FieldC.
The form's Control Source for FieldC seems to only give
me the options of either:
1. Binding the control to FieldC, requiring the input of
a user value (without the ability to add FieldA+FieldB),
or
2. Using the unbounded expression "=[FieldA]+[FieldB]",
with no link to the table's FieldC.
Thanks for your help.
John
My table has FieldA, FieldB and FieldC.
FieldC = FieldA+FieldB.
I would like the table's form to calculate FieldC, then
feed it to the table's FieldC.
The form's Control Source for FieldC seems to only give
me the options of either:
1. Binding the control to FieldC, requiring the input of
a user value (without the ability to add FieldA+FieldB),
or
2. Using the unbounded expression "=[FieldA]+[FieldB]",
with no link to the table's FieldC.
Thanks for your help.
John