I believe that you are asking if you can have calculated
values from other tables populate your table. What you can
do is (1)create a make table query that calculates that
values you are looking for from the source tables. From
there (2)create a table that will hold the necessary data.
The make table query will ask you for a table name. Make
sure that you name your new table the same as the table
that will be created by the make table query. (3) Create a
macro named AUTOEXEC that will run this query whenever the
database is opened. Naming a macro AUTOEXEC is an Access
95 trick that causes the macro to run whenever the
database is opened. This will assure that the values are
refreshed whenever you open the database.