From Form to Table

whitestone

Usually Confused
Local time
Today, 11:31
Joined
Oct 29, 2002
Messages
35
Hello All,

I want to take a value from a field that only appears in a form and put it into a table. Do I do this using an update query? If so, how?

The file is called Age of Will in the form LegacyResearch. The value in the field comes from a function (=Year of Death - Year of Will), I want to move the values into a column of the same name in a table called LegacyInfo.

I hope someone can help.

Thanks

Ben :confused:
 
It's a calculated value and as such shouldn't be stored, just re-create the expression on a form/report or in a query
 

Users who are viewing this thread

Back
Top Bottom