B
Brian K. Sheperd
I want to be able to email a report which contains information about a
single item in the database (i.e., debit memo with a specific RMA number as
the primary key). If I try to the following:
docmd.sendobject acsendreport, "DebitMemo", acformatrtf, "(e-mail address removed)",
, , "test", "test", False
I get multiple records in the attachment.
Thanks,
Brian
single item in the database (i.e., debit memo with a specific RMA number as
the primary key). If I try to the following:
docmd.sendobject acsendreport, "DebitMemo", acformatrtf, "(e-mail address removed)",
, , "test", "test", False
I get multiple records in the attachment.
Thanks,
Brian