[thelist] CDO Mail - Looping inside

Scott Dexter sgd at ti3.com
Fri Nov 3 10:47:28 CST 2000


> strBody = strBody & "Order Number " ... database stuff, line breaks no
> loop
> strBody = strBody & "Customer Name " & ... no loop
> strBody = strBody & "Item Number " & ... I want this one to loop 
> strBody = strBody & "Item details" & ...  also looping
> strBody = strBody & "Order Total" ... no loop 
> 

you've got the framework right there, just throw in your loops as you need
them, then send the strBody to the CDO code as one piece, and aardvark was
kind enough to show sample code (he's so philanthropic)

good luck--
sgd
--
http://thinksafely.org/




More information about the thelist mailing list