Im writing an order confirmation email to a customer who buys online.
The body part of the message which will confirm their address from the database is fine , cos there is only one instance of this, but when i try and add to the body the items ordered, i can only successfully write one item, with code form each field of the recordset.
If I try and put it in a loop to show all items the customer is buying, then the system falls down, and i assume this is because i am trying to read a loop into a variable for the body service of the new mail object.
How can i ensure a string of all variable amounts of items that are purchased, are written to a string?
Thanks
Dave
;-)
The body part of the message which will confirm their address from the database is fine , cos there is only one instance of this, but when i try and add to the body the items ordered, i can only successfully write one item, with code form each field of the recordset.
If I try and put it in a loop to show all items the customer is buying, then the system falls down, and i assume this is because i am trying to read a loop into a variable for the body service of the new mail object.
How can i ensure a string of all variable amounts of items that are purchased, are written to a string?
Thanks
Dave
;-)