Hello, all.
So, I have a Table that consists of a Date and a Value. When the date is the most recent, I'd like to get the NetAssetValue associated with that date, AND use it to multiply to a field from a different table in a query.
I have been unsuccessful in using DMax or Sort Descending (to get the most recent date), and thus I am stuck asking this question.

I, essentially, would like to replace the NAV_Date with the most recent date, thus, it would return the appropriate NetAssetValue. As seen in the image, when the NAV_Date is correct (9/30/2013) it used the correct NetAssetValue ($2,500.00).
Anyone have any ideas?
Thanks
[IMGNOTHUMB]http://bytes.com/attachments/attachment/7313d1384536993/award.jpg[/IMGNOTHUMB]
So, I have a Table that consists of a Date and a Value. When the date is the most recent, I'd like to get the NetAssetValue associated with that date, AND use it to multiply to a field from a different table in a query.
I have been unsuccessful in using DMax or Sort Descending (to get the most recent date), and thus I am stuck asking this question.
I, essentially, would like to replace the NAV_Date with the most recent date, thus, it would return the appropriate NetAssetValue. As seen in the image, when the NAV_Date is correct (9/30/2013) it used the correct NetAssetValue ($2,500.00).
Anyone have any ideas?
Thanks
[IMGNOTHUMB]http://bytes.com/attachments/attachment/7313d1384536993/award.jpg[/IMGNOTHUMB]
Comment