This is for an ordering system that will also require that I add certain fields
together. This is part of a custom ordering system I'm working on. Here's how
it works.

1) Buyer selects Vendor name
2) All submitted orders by salesman for that vendor are shown along with
quantiy needed, description of item and color
3) Check boxes by each item to let the buyer select which ones she wants to
include in this order.
4) Buyer checks the boxes on the items they want to order now and hits next.
5) This page displays the items selected along with quantity description and
color, and now has fields for cost per item. as well as total shipping cost and
addl charges for this order.
6) Hit submit and it now shows a preview of the order.
7) Hit Finalize. The order is then entered into the database and item status
shifted etc.

My question is... what is the best way to do this.

Currently I'm using fieldnames like "PartModel#ID#".

Now to my understanding you can use evalute with this on the preview page.
"#Evaluate("form.partmodel[#ID#]")#". However, I'm not sure if this is the best
way, nor do i completely understand where I'm supposed to go from here.

Any suggesstions would be greatly appreciated. If the problem is complex feel
free to email me at [email]ChadStinner@AudioAdvice.com[/email]. This is my first variable
driven form so I want to make sure it works well before I go ahead.