I have two simple access databases with student names and ID numbers. One for Fall semester one for Spring. I want to link the tables and query a list of students who were here either FALL & SPRING, or just FALL or just SPRING?
The join only gives me 3 options
1. List all IDs that are equal
2. List all IDS that are in FALL and only those IDS that are the same IDS from the SPRING table.
3. List all IDS that are in SPRING nd only those IDS that are the same IDS from the FALL table.
How do I get the list of students I need as explained above?