V
Viken Karaguesian
Hi all,
I hope someone can help me.
I'm building a database for a cousing of mine. In it, she wants payments to
be totalled. For that I have four fields: Payment01, Payment02, Payment03,
Payment04. These four fields are totalled into a 5th field called "Total
Payments". I made a form for the table.
I was able to figure out how to total the four fields: I brought up the
properties to the "Total Payments" field and in the "Control Source" box I
built an expression; =Payment01 + Payment02 + Payment03 + Payment04.
This expression worked - the four fields were totalled in the last field.
The problem is the final data does not make it into the table. When I open
the form, I can see the proper totals and values in the "Total Payments"
field, but when I open the table the "Total Payments" fields are ALL EMPTY.
I suppose that the underlying problem is that I changed the "control source"
of the "Total Payments" field. HOw can I get Access to total the four fields
AND put the results in the table? Any help would be appreciated. Thanks in
advance.
Viken Karaguesian
I hope someone can help me.
I'm building a database for a cousing of mine. In it, she wants payments to
be totalled. For that I have four fields: Payment01, Payment02, Payment03,
Payment04. These four fields are totalled into a 5th field called "Total
Payments". I made a form for the table.
I was able to figure out how to total the four fields: I brought up the
properties to the "Total Payments" field and in the "Control Source" box I
built an expression; =Payment01 + Payment02 + Payment03 + Payment04.
This expression worked - the four fields were totalled in the last field.
The problem is the final data does not make it into the table. When I open
the form, I can see the proper totals and values in the "Total Payments"
field, but when I open the table the "Total Payments" fields are ALL EMPTY.
I suppose that the underlying problem is that I changed the "control source"
of the "Total Payments" field. HOw can I get Access to total the four fields
AND put the results in the table? Any help would be appreciated. Thanks in
advance.
Viken Karaguesian