Hello All,
Have a table which records applicants for a property.
I want to find the last input applicant for a certain property (in the code below - property 1762).
I have tried the code below, but this is not returning the last entered applicant for the property. Can someone help?
Many thanks Mark
Have a table which records applicants for a property.
I want to find the last input applicant for a certain property (in the code below - property 1762).
I have tried the code below, but this is not returning the last entered applicant for the property. Can someone help?
Many thanks Mark
Code:
=DLast("[App_ID]","tbl_Applicant","[App_Property_ID_Link] = " & [Prop_ID])