G
Guest
I have a macro, using the SendObject action. I want to use the Dlookup function to look up email addresses in a table and place them in the "To:" and "CC:" boxes of the email automatically. I have tried using the Dlookup function and it seems to work only for one address in each box. Can I use Dlookup to lookup multiple entries in a table.
Here is what I have been using in the "To:" argument of the SendObject action...
=DLookUp("[strPrimEmail]","[tdvSafetyCoordinator]"," [tdvSafetyCoordinator]![strCompany]=[strOPCO]")
I would also like to have the above function lookup [strSecEmail] field entry. Can I do that?
Thanks.
Here is what I have been using in the "To:" argument of the SendObject action...
=DLookUp("[strPrimEmail]","[tdvSafetyCoordinator]"," [tdvSafetyCoordinator]![strCompany]=[strOPCO]")
I would also like to have the above function lookup [strSecEmail] field entry. Can I do that?
Thanks.