Dlookup combined with Dlast

JamesN

Registered User.
Local time
Today, 01:51
Joined
Jul 8, 2016
Messages
78
Hi,

I'm trying to combine a dlookup and dlast to return a value. Currently I have the Dlast below which returns the commitments from last meeting field for the last entered record. I need to add a bit into the formula which references the agent selected in the form I have to return the last entry for a particular agent which is selected (agent is selected from combox - "agent". Is this possible?

=DLast("CommitmentsFromLastMeeting","OperationCoachingWarehouse","ID")
 
Thanks for the response CJ London. How would that fit in with the DLast formula in my post? Apologies i'm not familiar with how to phrase the two together
 
suggest read the link I provided which tells you how to use the dlast function. At the moment your criteria is just [ID] which is meaningless
 

Users who are viewing this thread

Back
Top Bottom