I have a DLookup Statement for one of my fields:
=DLookUp("[TaskStartDt]","tblDatesonlyPM","[TaskID] = 16")
in this tblDateonlyPM there is also a FK to my Project table - ProjectID.
What I want is to be able to add to this DLookup statement something that will make sure that ProjectID from...