slickwillyslim
Programmer
does anyone know if its possible to create two record sets that use one connection, so that i can pull data from one table and loop the data into another table? i'm trying to avoid the use of arrays. any example of this somewhere? i'm trying to pull everything from a cart table and write to an order table but i have one field that must be created during this data transfer, which is orderNum. this is to assure that the orderNum(order number) is compared to the last record in the order table instead of the cart -(which is temporary order data for each session). i hope this doesn't cause a problem when transferring the data. anyway, any suggestion would be helpful. also wanna say that this is a great forum and you tech guys are full of great information!!! you've made a few logic glaciers melt already, thanks guys.