On 1/31/08, Graeme McKibbin <gmckibbin@iburst.co.za> wrote:Ok, I need to have 3 dropdowns, each containing the same list of items (sayTransport, Fuel, Food)Then I need to be able to assign a value to each of them.Now let's say I have an input form that will be filled in each day, and onday 1, I select:Transport = 200 kmFuel = $20Food = $5Well, for something like this I'd loop through the items and create atable for the day, with each row having an item name and a textbox forentering an amount.--John Fiala