I am using ADO, am pulling a small recordset (2 columns, 2-8 rows max). One column is a description of a charge, and the other is the actual charge itself. I am needing to cycle through this rs and insert these charges into variables, as I am then putting these variables into an email and sending it off. I cannot figure out how to cycle through the rs, creating the number of variables to match the # within the rs, and then get these variables out to the main loop where I add them to the body of the email. Please help, its prob really simple, but I cant seem to figure out how. My main procedure is a do loop, and I think I need to nest the "charge code" within it. I think I need to use a 2 dim array, but cant figure it out...I am fairly new, please help.