B
Bill
Yes, it is a table value taken from a bound control and passed to the
troublesome code as a parameter. The "troublesome" code is in a
general module and receives all of the values pertinent to a fully
configured e-mail. Specifically:
Sub SendMessage(SendTO, SendCOPY, sendBCC, textSubject As String, textBody
As String, _
DisplayMsg As Boolean, AttachmentPath1, AttachmentPath2,
AttachmentPath3)
The values for SentTo, textSubject, textBody and AttachmentPath1
are ALL table values taken from bound controls on a form. The only
one of these 4 parameters that is giving problems is the last one,
AttachmentPath1. The other 3 parameters assign without any problem.
Bill
troublesome code as a parameter. The "troublesome" code is in a
general module and receives all of the values pertinent to a fully
configured e-mail. Specifically:
Sub SendMessage(SendTO, SendCOPY, sendBCC, textSubject As String, textBody
As String, _
DisplayMsg As Boolean, AttachmentPath1, AttachmentPath2,
AttachmentPath3)
The values for SentTo, textSubject, textBody and AttachmentPath1
are ALL table values taken from bound controls on a form. The only
one of these 4 parameters that is giving problems is the last one,
AttachmentPath1. The other 3 parameters assign without any problem.
Bill