On Wed, Jul 21, 2010 at 6:00 PM, Mike Fry <[email protected]> wrote: > 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. -------------------------
I think you would have to make this table yourself via code and not use a grid. A real bugger to deal with the check boxes and define what they belong to. ;-> -- Stephen Russell Sr. Production Systems Programmer CIMSgts 901.246-0159 cell
