Hi,
I have a table which contains fields agent and month no, also Call ID.
=DLookUp("[CallID]","OperationDataWarehouse","[Agent]='" & [Agent] & "' AND [MonthNo]='" & [Month2] & "'")
I am using the above dlookup to return the Call ID for the agent and month no selected in a form.
Is is possible to get a dlookup to return other values outside of the 1st match? I need to be able to return the 1st Call ID but also 2nd/3rd/4th etc.
Is this possible?
I have a table which contains fields agent and month no, also Call ID.
=DLookUp("[CallID]","OperationDataWarehouse","[Agent]='" & [Agent] & "' AND [MonthNo]='" & [Month2] & "'")
I am using the above dlookup to return the Call ID for the agent and month no selected in a form.
Is is possible to get a dlookup to return other values outside of the 1st match? I need to be able to return the 1st Call ID but also 2nd/3rd/4th etc.
Is this possible?