Pedro Ruiz
|
| Posted: 05/06/2005, 11:09 AM |
|
I have a grid that displays all of the equipment that is used for my project. There are 6 types; type is an actual column. However, there are two types of equipment which have about 5 columns each that are specific to that type only.
If I was creating a record grid for adding equipment, and the type field was a listbox, how can I generate the extra 5 columns that pertain only to that type if a person selects that type of equipment from the dropdown?
MySQL 4.1.11
PHP 4.3.11
Apache 2..054 w/ SSL
CCS Studio
Any suggestions would be greatly appreciated.
|
|
|
 |
Nicole
Posts: 586
|
| Posted: 05/07/2005, 6:14 AM |
|
Pedro,
For my opinion the easiest way is to manually add several <option> tags witj proper data to HTML code for a listbox
_________________
Regards,
Nicole |
 |
 |
|