Hello,
I have multiple records with same date in a table and i want to find the last entered record with that specific date... how i can use that with Dlookup function...
DLookup("Balance", "Sales", "CID=" & CID.Value & " and datevalue(Sdate) = #" & DMax("Sdate", "Sales", "CID = " &...