Send Object Macro

  • Thread starter Thread starter Don Rountree
  • Start date Start date
D

Don Rountree

Help. Is it possible to use the DLookup in the To:
portion of Send Object in a macro? If so can you show me
the syntax. Thank you.

Don Rountree
 
=DLookup("FieldNameToLookUp", "TableOrQueryName", "[Field] = 'somevalue'")

It's in Help file too.
 
Back
Top