I am very new to Access so this will be on a very very basic level.
I am trying to return the last value entered in a column based on the last date. If I were to write this for Excel I would use Index and the Max value from a date column. I have tried using DLookup and the date but my problem is the date is not always today's date.
Code:
=DLookUp("INR","WarfarinT","Date=Date()")
returns a 'Blank' value and,
Code:
=DLookUp("INR","WarfarinT","Date=>Date()")
returns an '#Error'.
I'm looking for the last value in column 'INR' from the 'WarfarinT' to be returned to a form. The first example works if the last date entered is equal to today, but being very new to Access I am not sure if I am on the correct tract or not.
Thanks
Jim O