Hi all
I have a database where in a table (tbl_Members), there are 2 date fields
(DateOfBirth and DateJoined), and also 2 fields which upon entering the data
in the form, it automatically works out the Age (in years) and number of
DaysJoined (in days).
It works fine but it does not automatically update the Age or DaysJoined
columns on opening the form. Can anyone make a suggestion as to how I could
say, open up the Switchboard frm, and all the records in the database gets
updated?
Many thanks in advance.
Will
I have a database where in a table (tbl_Members), there are 2 date fields
(DateOfBirth and DateJoined), and also 2 fields which upon entering the data
in the form, it automatically works out the Age (in years) and number of
DaysJoined (in days).
It works fine but it does not automatically update the Age or DaysJoined
columns on opening the form. Can anyone make a suggestion as to how I could
say, open up the Switchboard frm, and all the records in the database gets
updated?
Many thanks in advance.
Will
Comment