Populate table with another table values

A

ABC

Hi all,
I have two tables(main and result) with two fields(ID,
Result) in common. The main table is updated through the
front end. The result table i want it to get populate with
the values from the main table and also the this table has
a date field which i would like to get updated to today's
date everytime this table is updated with the new values.

thanks for the help in advance...
thanks
ABC
 
L

Larry

-----Original Message-----
Hi all,
I have two tables(main and result) with two fields(ID,
Result) in common. The main table is updated through the
front end. The result table i want it to get populate with
the values from the main table and also the this table has
a date field which i would like to get updated to today's
date everytime this table is updated with the new values.

thanks for the help in advance...
thanks
ABC
.
Create an append query using the main table to the
results table. In the results table set the default value
of the date field to =date(). Everytime the results are
appended to the current date will be inserted in the record
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top