31 Jan
2008
31 Jan
'08
10:22 p.m.
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 (say Transport, 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 on day 1, I select: Transport = 200 km Fuel = $20 Food = $5
Well, for something like this I'd loop through the items and create a table for the day, with each row having an item name and a textbox for entering an amount. -- John Fiala