B
Barry
Hi,
i am writing code in VB to send an email to a distribution list which will
then send an email including information that has just been entered in the
event log.
DoCmd.SendObject acReport, "EVENT - Email job event",
"SnapshotFormat(*.snp)", "LIS", "", , "Event for" & " " &
Forms![EventLog]![chrJobname], Forms![EventLog]![chrJobNoID] _
& Forms![EventLog]![chrJobAddress], False
My problem here is that i want to place information about the job in the
message text of the email but i can not go to a new line in the text. I can
only get the text to read straight accross one line. I need to go to new
lines for the job address
Can anyone help me as this has been plaguing me for weeks now? thanks in
advance....
i am writing code in VB to send an email to a distribution list which will
then send an email including information that has just been entered in the
event log.
DoCmd.SendObject acReport, "EVENT - Email job event",
"SnapshotFormat(*.snp)", "LIS", "", , "Event for" & " " &
Forms![EventLog]![chrJobname], Forms![EventLog]![chrJobNoID] _
& Forms![EventLog]![chrJobAddress], False
My problem here is that i want to place information about the job in the
message text of the email but i can not go to a new line in the text. I can
only get the text to read straight accross one line. I need to go to new
lines for the job address
Can anyone help me as this has been plaguing me for weeks now? thanks in
advance....