On 2010/07/21 19:11, R wrote:
Here is a simple example of what the table should look like: Description | 2005 | 2006 | 2007 --------------------------------------------------------------------- Survey | |_| | |_| | | _| Amount | 10000 | 50000 | In this table, line 1, Survey is a row of checkboxes and line 2, Amount is a row of textboxes Can we achieve that?
Not unless you send your example in plain text and using spaces instead of tabs. The alignment is all stuffed!
Basically, the answer is NO! You can have a column of check boxes, but not a row. At least, not without a great deal of owner-written code. Rows correspond to individual records. Columns to fields within a record.
You could change the organisation so that Survey and Amount are the columns and the years are the rows.
-- Regards, Mike Fry Johannesburg
