M
M.M.
Good afternoon
I would like to pass multiple PIN's (waybill#'s) out to trace (via e-mail)
based on a relationship of the lead PIN (where Shipment/Piece = "S") to
Reference I'd like the code to work from an access form into which the PIN
Reference is entered. Sample of table contents below.
I am working in Reports.mdb and PSS_Details is a linked table
The tracing e-mail needs to have as the each PIN on a single line. If
possible I would like the code to create the e-mail with to and subject
details and have it ready to send. Even if I can just get the code to return
this information in text, I can copy and past it into an e-mail.
PSS_Detals Shipment/Piece PIN Reference Pieces Shipment Code Customer Code
S YYZ80334243112 114588 7 MANUAL RZ90031
P YYZ80334243120 114588 7 MANUAL RZ90031
P YYZ80334243138 114588 7 MANUAL RZ90031
P YYZ80334243146 114588 7 MANUAL RZ90031
P YYZ80334243153 114588 7 MANUAL RZ90031
P YYZ80334243161 114588 7 MANUAL RZ90031
P YYZ80334243179 114588 7 MANUAL RZ90031
Thanks for your consideration,
pat
I would like to pass multiple PIN's (waybill#'s) out to trace (via e-mail)
based on a relationship of the lead PIN (where Shipment/Piece = "S") to
Reference I'd like the code to work from an access form into which the PIN
Reference is entered. Sample of table contents below.
I am working in Reports.mdb and PSS_Details is a linked table
The tracing e-mail needs to have as the each PIN on a single line. If
possible I would like the code to create the e-mail with to and subject
details and have it ready to send. Even if I can just get the code to return
this information in text, I can copy and past it into an e-mail.
PSS_Detals Shipment/Piece PIN Reference Pieces Shipment Code Customer Code
S YYZ80334243112 114588 7 MANUAL RZ90031
P YYZ80334243120 114588 7 MANUAL RZ90031
P YYZ80334243138 114588 7 MANUAL RZ90031
P YYZ80334243146 114588 7 MANUAL RZ90031
P YYZ80334243153 114588 7 MANUAL RZ90031
P YYZ80334243161 114588 7 MANUAL RZ90031
P YYZ80334243179 114588 7 MANUAL RZ90031
Thanks for your consideration,
pat