nikeloeleven
Programmer
Hi there....
I have a table called TARGET.
Every school pupil has to set himself/herself 3 tasks....
Therefore, the key fields in this "target" table are Admission Number and Target Number....
I have added a search facility in my forms so that you can search for the targets....
you can either search by "admission number" or you can search by "forename & surname"
this problem isn't too hard if i was just trying to search for one record, but my problem is that each pupil will have 3 targets and therefore each pupil will have 3 records....
the search facility must therefore be able to display the details of ALL 3 Target RECORDS instead of just finding the first record and ending the process??
So basically to sum it up... i need a search facility that searches for all the matches in a table instead of just ending the process after finding the first record that matches the search....
thnx a lot ppl
i really appreciate your help...
I have a table called TARGET.
Every school pupil has to set himself/herself 3 tasks....
Therefore, the key fields in this "target" table are Admission Number and Target Number....
I have added a search facility in my forms so that you can search for the targets....
you can either search by "admission number" or you can search by "forename & surname"
this problem isn't too hard if i was just trying to search for one record, but my problem is that each pupil will have 3 targets and therefore each pupil will have 3 records....
the search facility must therefore be able to display the details of ALL 3 Target RECORDS instead of just finding the first record and ending the process??
So basically to sum it up... i need a search facility that searches for all the matches in a table instead of just ending the process after finding the first record that matches the search....
thnx a lot ppl