Not sure on your answer, but there is always the SELECT...INTO... SQL set of commands.
http://www.w3schools.com/sql/sql_select_into.asp Walter >Well, if you want to do it that way, what's wrong with using an INSERT >SQL statement in the loop? > >Otherwise, you can try something like > >INSERT INTO Events_bckUp (SELECT * FROM Events WHERE inckey in (" & >request("delete") & ")); > >though I'm not certain that this will work. Anyone else used this, or am >I having some mad fake flashback? I'm sure I've used something like that. > >manzo > mailto:[EMAIL PROTECTED] <http://www.waltdesign.com/>WaltDesign: Specializing in Computer and Internet Consulting for small companies. "Helping you be more profitable." - http://www.waltdesign.com [Non-text portions of this message have been removed] --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [email protected] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
