Hi All,
I have the following dloookup:
And it works fine and brings back a value, however it brings back from the first row. I need it to bring back the matched email address from the latest row with the matching reg. Is this possible?
Many Thanks,
James
I have the following dloookup:
Code:
txtcustomeremail = DLookup("custemail", "calldata", "Reg=txtbocid")
And it works fine and brings back a value, however it brings back from the first row. I need it to bring back the matched email address from the latest row with the matching reg. Is this possible?
Many Thanks,
James