Escarabajo
New Member
- Joined
- Aug 7, 2014
- Messages
- 14
I am trying to figure out how I can have a drop down list to select from and have a description of the code I am selecting.
For example:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Code[/TD]
[TD]Description[/TD]
[/TR]
[TR]
[TD]1100[/TD]
[TD]Project Management[/TD]
[/TR]
[TR]
[TD]1200[/TD]
[TD]Project Coordination[/TD]
[/TR]
[TR]
[TD]1300[/TD]
[TD]Administration[/TD]
[/TR]
</tbody>[/TABLE]
Drop down only shows the code but no description. The code 1100 is the value I want to select but I will not always know what the code means without having to look it up.
Am I going about this in the wrong way, any help would be appreciated?
For example:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Code[/TD]
[TD]Description[/TD]
[/TR]
[TR]
[TD]1100[/TD]
[TD]Project Management[/TD]
[/TR]
[TR]
[TD]1200[/TD]
[TD]Project Coordination[/TD]
[/TR]
[TR]
[TD]1300[/TD]
[TD]Administration[/TD]
[/TR]
</tbody>[/TABLE]
Drop down only shows the code but no description. The code 1100 is the value I want to select but I will not always know what the code means without having to look it up.
Am I going about this in the wrong way, any help would be appreciated?