Idjit
Clamoring Preschooler
- Local time
- Today, 16:48
- Joined
- Apr 18, 2002
- Messages
- 216
Hi, I'm new to the bb and I really hope someone can help me. My problem is similar to paulmconnel's posting from yesterday, but I don't know SQL so the responses didn't help me.
I have multiple queries set up, each to pull information out of a different table (the total number of interviews conducted during a given month). I want to design a query that will pull all of this info together in one record, i.e., during November, 10 people completed intake, 4 completed the first interview, 3 completed the second, etc.
My problem is that when this master query is run, no records are produced. When I include only one query in the design it works fine, but as soon as I add a second query there's no data. I thought that maybe the problem is that there are no joins between the separate queries, but there aren't any fields on which to define a relationship (in the tables, data is stored by client, with one record per person, and separate variables indicating date of interview and outcome).
Sorry this message is so long, but I wanted to make sure I included all the info I could.
I have multiple queries set up, each to pull information out of a different table (the total number of interviews conducted during a given month). I want to design a query that will pull all of this info together in one record, i.e., during November, 10 people completed intake, 4 completed the first interview, 3 completed the second, etc.
My problem is that when this master query is run, no records are produced. When I include only one query in the design it works fine, but as soon as I add a second query there's no data. I thought that maybe the problem is that there are no joins between the separate queries, but there aren't any fields on which to define a relationship (in the tables, data is stored by client, with one record per person, and separate variables indicating date of interview and outcome).
Sorry this message is so long, but I wanted to make sure I included all the info I could.