When I open up a form the default value of the combo box is null but I need it to be set to the first value of a certain table. How do I do this?
EX:
Table HellMonsters:
Satyr
Demon
Form AddAttack
ComboBox Monster: (set to Satyr or something else if it comes before Satyr in the table)
EX:
Table HellMonsters:
Satyr
Demon
Form AddAttack
ComboBox Monster: (set to Satyr or something else if it comes before Satyr in the table)