A
aJay
Hi folks,
I'm working on a system to keep track of investors. In the main
investor details form, I allow the user to enter the investor's
shareholdings on different dates, and select it as the latest one
(saving having to check latest dates to find each investor's latest
shareholding)
What i'm looking to do is, when one record is selected as the latest,
change all other records for that investor from previous dates, to not
being the latest.
Eg.
Date % Latest
12/06/06 - 2.51% No
15/06/06 - 2.67% No
01/12/06 - 2.41% Yes
Add a new shareholding, it becomes:
Date % Latest
12/06/06 - 2.51% No
15/06/06 - 2.67% No
01/12/06 - 2.41% No
02/12/06 - 1.59% Yes
Any help would be appriciated.
Thanks.
I'm working on a system to keep track of investors. In the main
investor details form, I allow the user to enter the investor's
shareholdings on different dates, and select it as the latest one
(saving having to check latest dates to find each investor's latest
shareholding)
What i'm looking to do is, when one record is selected as the latest,
change all other records for that investor from previous dates, to not
being the latest.
Eg.
Date % Latest
12/06/06 - 2.51% No
15/06/06 - 2.67% No
01/12/06 - 2.41% Yes
Add a new shareholding, it becomes:
Date % Latest
12/06/06 - 2.51% No
15/06/06 - 2.67% No
01/12/06 - 2.41% No
02/12/06 - 1.59% Yes
Any help would be appriciated.
Thanks.