G
Guest
Hi
Please Help me to find out latest Dollar rate from table whcih is have many
Dates with Dollar Rate, I want to get the Last Dollar Rate and I m writing
the following but nothing is comming; Please help.
CurrentRate = DLookup("[Rate]", "DollarRates", "[Date] = #" & DLast
("[Date]","DollarRates") & "# ")
Thanks in advance.
Please Help me to find out latest Dollar rate from table whcih is have many
Dates with Dollar Rate, I want to get the Last Dollar Rate and I m writing
the following but nothing is comming; Please help.
CurrentRate = DLookup("[Rate]", "DollarRates", "[Date] = #" & DLast
("[Date]","DollarRates") & "# ")
Thanks in advance.