Hi,
I have a survey which have 2 tables, one with the results which has a the client reference number in front of each result. Somethign like this.
__________________________________
|ID | QUESTION | RESULT | CLIENTREF |
----------------------------------------------
|1 | satisfied | 10 | 9887 |
The other has the list of client which are supposed to fill out the survey.
I was able to generate a list of the clients that finished the survey by sorting by the last question.
Now, I need to generate a list of the clients that haven't completed the survey but have no clue of how to.
Any suggestions?
Thanks,
sbayter
I have a survey which have 2 tables, one with the results which has a the client reference number in front of each result. Somethign like this.
__________________________________
|ID | QUESTION | RESULT | CLIENTREF |
----------------------------------------------
|1 | satisfied | 10 | 9887 |
The other has the list of client which are supposed to fill out the survey.
I was able to generate a list of the clients that finished the survey by sorting by the last question.
Now, I need to generate a list of the clients that haven't completed the survey but have no clue of how to.
Any suggestions?
Thanks,
sbayter