J
jo
Hi guys i was given this piece of code to help me send email from access via
lotus notes but everytime I try to change the headings to accomadate my
reports ect it gives me Compile Error Expected: Indentifier. Can you help?
This is the code:
Public Sub SendNotesMail(Subject As String, attachment As String, recipient
As String, bodytext As String, saveit As Boolean)
And this is what it rejects?
Public Sub SendNotesMail("Gauge Control", "Overdue.snp",
"(e-mail address removed)", "Gauges Overdue", False)
lotus notes but everytime I try to change the headings to accomadate my
reports ect it gives me Compile Error Expected: Indentifier. Can you help?
This is the code:
Public Sub SendNotesMail(Subject As String, attachment As String, recipient
As String, bodytext As String, saveit As Boolean)
And this is what it rejects?
Public Sub SendNotesMail("Gauge Control", "Overdue.snp",
"(e-mail address removed)", "Gauges Overdue", False)