Rick, John, thank you for your prompt response!
Rick.. the first table (Sessions) has one record which gets updated once a
year by entering the [SessionYear] field by a user. I need to update the
[SessionYear] field in the (Members) table without entering this value to
each and every record in the (Members) table.
John.. I used your code in the Defualt value property for the field I want
to update [SessionYear]. It didn't work in the table design, although it
worked in the form design. However, I don't need to show this value on the
form, I just need it when I'm creating a report at the end of the Session
Year. This report will show how many Members attanded that session.
I hope I made it clear
Muneer Mikel said:
How can I update records in a table from a value from another table (that has
only one record) that is not related to the first. I tried to relate the two
tables, however there is no common field between the tables!