Hi Everyone,
I need some help with the lookup I attached below. The "LotterySales" table also has a "POSDATE" field.
Since the "LotterySales" table will have numerous entries with the same "BOOKNUMBER", I need to
look at the most recent "POSDATE" field in the "LotterySales" table and return "POSSOLD" if it exists
on the most recent "POSDATE". If not then return "0".
Thank You!
Code:DLookUp("POSSOLD","LotterySales","BOOKNUMBER=" & [BookNumber])