crisis2007
Technical User
I have tried several variations but I just can not get this to work.
=DLookUp("SpvName","T_Supervisor","Title='Crew Leader' And #" & [Reports]![R_MasterWatch].[txtActivityDate] & "# Between [StartDate]and [EndDate]")
My Table (T_Supervisor)is laid out as follows:
ID Number
SpvName Text
StartDate Date/Time
EndDate Date/Time
What I am trying to retrieve is the name of the supervisor in the table where the date on my report (txtActivityDate) is between the StartDate and the EndDate in my table.
Any assistance is greatly appreciated. I already spent a couple of hours on this and am about to give up.
=DLookUp("SpvName","T_Supervisor","Title='Crew Leader' And #" & [Reports]![R_MasterWatch].[txtActivityDate] & "# Between [StartDate]and [EndDate]")
My Table (T_Supervisor)is laid out as follows:
ID Number
SpvName Text
StartDate Date/Time
EndDate Date/Time
What I am trying to retrieve is the name of the supervisor in the table where the date on my report (txtActivityDate) is between the StartDate and the EndDate in my table.
Any assistance is greatly appreciated. I already spent a couple of hours on this and am about to give up.