Question
Syntex help required
Can someone help with the syntex on this please?
I'm using CDONTS to send emails.
For the Body of the email im using the code below:
The bodystring is made up from the form fields.
ActionID: (RSLast.Fields.Item("ActionID").Value) & BodyString
When i use the code, i get this error
Microsoft VBScript compilation (0x800A0401)
Expected end of statement
If i remove the ActionID: text all works well.
I know im close but how to i write the correct syntex ?
Thanks
Andy
I'm using CDONTS to send emails.
For the Body of the email im using the code below:
The bodystring is made up from the form fields.
ActionID: (RSLast.Fields.Item("ActionID").Value) & BodyString
When i use the code, i get this error
Microsoft VBScript compilation (0x800A0401)
Expected end of statement
If i remove the ActionID: text all works well.
I know im close but how to i write the correct syntex ?
Thanks
Andy
