How to create Matrix data entry form
636586Oct 31 2008 — edited Dec 22 2008Hi all,
I want to create a form in the matrix style. Example: from <strong>emp</strong> table I would like to display/enter the <strong>Dept No vertically</strong> and <strong>Locations horizontally</strong>.
Example is shown below :
<strong> <em>DEPT</em> 10 20 30 40
<em>Loc</em></strong>
<strong>NY</strong> XX YY ZZ OO
<strong>CA</strong> AA BB CC DD
<strong>LA</strong> CC PP OO YY
How easily I can create it? Is there any property to set the data in matrix form, so that I can create the data block so easily ? Also all the data should be updated into the table.