Skip to main content
Known Participant
December 8, 2009
Question

Query Results SAVE AS- Help...

  • December 8, 2009
  • 1 reply
  • 336 views

I have a form that displays the results of query.  I need to be able to save the results and rename it.  My thought is to have a check box that the user checks if they want to copy the results and then a next button to bring them to a page where they can rename it.

Example.

I have a several shopping carts (cart A, cart B, cart C). Each cart has products.  I need to be able to select a shopping cart and copy its products to a new shopping cart named (cart D).

I am using a coldfusion 8 and sql database.

This topic has been closed for replies.

1 reply

Inspiring
December 9, 2009

session variables should work.

The way you described all those carts suggests that you may have overenginerred your app.