EDIT: SOLUTION: A Cartesian join will give you all possible combinations, which you get by NOT joining two tables in a query, but rather just pulling the fields in directly. I was trying so hard to use joins that it didn't occur to me NOT to use them.
Greetings! I've somehow landed a job doing MS Access design, and I'm learning as I go. I'm building my first real relational database, and here's my situation.
Edit for clarity
Table One has three programs. Table Two has four titles. Thus there should be twelve possible combinations. I want a query that will show both full and empty combinations. I currently have three data points in Table three.
I have tried the error message advice about making the first step a query and then using that as part of a second query, but it gives just the first query results with no additional lines.
Any help would be much appreciated.