D
dragons life
I have a working database that I created for one of my RPG games. I would
like help on one thing though. Here is the situation.
Tables—
Characters: (5 records)
Character ID
Character Name
Missions-Main: (240 records)
Mission ID
Mission Name
Complete (Yes/No)
Bonus (Yes/No)
Missions: (1200 records)
Character Name
Mission Name
Complete (Yes/No)
Bonus (Yes/No)
At this moment I have to enter missions into both tables. Missions-Main,
just to keep a clean copy of Missions entered and Missions, I have to enter
all missions here 5 times (for each character). Is there a way to enter all
missions into just one table just once yet have the following?
I need to keep track of which character has completed which missions, but
need all missions to show in the list. So I would like to have this happen
if possible. Enter all missions into the Missions-Main table once, and have
them show up on the form so that if a character has not completed a mission,
it is pulling from the Main table, but if the character has completed the
mission, it adds it to the Missions table and shows from there.
Is that understandable?
Please help, thanks.
like help on one thing though. Here is the situation.
Tables—
Characters: (5 records)
Character ID
Character Name
Missions-Main: (240 records)
Mission ID
Mission Name
Complete (Yes/No)
Bonus (Yes/No)
Missions: (1200 records)
Character Name
Mission Name
Complete (Yes/No)
Bonus (Yes/No)
At this moment I have to enter missions into both tables. Missions-Main,
just to keep a clean copy of Missions entered and Missions, I have to enter
all missions here 5 times (for each character). Is there a way to enter all
missions into just one table just once yet have the following?
I need to keep track of which character has completed which missions, but
need all missions to show in the list. So I would like to have this happen
if possible. Enter all missions into the Missions-Main table once, and have
them show up on the form so that if a character has not completed a mission,
it is pulling from the Main table, but if the character has completed the
mission, it adds it to the Missions table and shows from there.
Is that understandable?
Please help, thanks.