Hey guys.. i just joining this forum, cause i'm new with access and i hope i can get some help
.
My problem is... Right now i'm working on 3 tables
table a with field value_a
table b with field value_b
table c with field tot_value_a,tot_value_b,and total_value
and i would like to update the total sum of value_a in tot_value_a, total sum of value_b in total_value_b without adding new row in the table...
so my question is what should i do to get an update for table c, should this be done in query or vba? could u guys give me some of the example of the code?
Thanks...
My problem is... Right now i'm working on 3 tables
table a with field value_a
table b with field value_b
table c with field tot_value_a,tot_value_b,and total_value
and i would like to update the total sum of value_a in tot_value_a, total sum of value_b in total_value_b without adding new row in the table...
so my question is what should i do to get an update for table c, should this be done in query or vba? could u guys give me some of the example of the code?
Thanks...