> What the best way to code this so the users can review what > they entered in on Page1 and go back to edit it?
Stick all the results into a Array or Struct in the session and reference them when they go back to a particluar question. When the survey is complete you can then have a single atomic transaction to post all the results to the DB. This way, if someone leaves before they finish, you don't have incomplete information going into the DB. Paul ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270955 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

