R
Rick Cochran
In Access 2000 I have a database with two tables:
(these are tables set up to test the feasibility of what I
want to do, not production tables)
Table "Levels" has three columns: RateName, Rate1, Rate2.
RateName is text, Rate1 & Rate2 are number fields.
Table "Main" has columns ClientName, RateName and
DailyRate. RateName is a combo box and "looks up"
from "RateName" in the "Levels" table. This works fine.
I would like to populate "DailyRate" (in table "Main")
from the sum of Rate1 & Rate2 in table "Levels" and
have "DailyRate" update in table "Main" whenever Rate1
and/or Rate2 in table "Levels" is changed.
Can this be done?
Thanx - Rick from Farmington
(these are tables set up to test the feasibility of what I
want to do, not production tables)
Table "Levels" has three columns: RateName, Rate1, Rate2.
RateName is text, Rate1 & Rate2 are number fields.
Table "Main" has columns ClientName, RateName and
DailyRate. RateName is a combo box and "looks up"
from "RateName" in the "Levels" table. This works fine.
I would like to populate "DailyRate" (in table "Main")
from the sum of Rate1 & Rate2 in table "Levels" and
have "DailyRate" update in table "Main" whenever Rate1
and/or Rate2 in table "Levels" is changed.
Can this be done?
Thanx - Rick from Farmington