Here's what I have so far:
1. Value list of all monsters names
2. Table (monster table) with a record for each monster. Each record contains a variety of fields (monster name (drop down of value list), armor, hp's, attacks, speed, etc., etc.,)
3. Table (encounter table) with a record for each encounter I want to run.
In the encounter table I want to be able to do the following:
Be able to add multiple monsters.
Click/Highlight a monster name and have all their stats from the monster table appear to the right
I'm not really sure how to do this... Here's an image of what I'd like to do, in case that makes it more clear.
http://imgur.com/pnT0apo
Thanks for any help!