H
hollinshead
hi there, I wounder if you can help, i am looking for some advice on the best
method to take in my database. The situation is that the database is going to
primarily going to be used to filter the inputted data. Its to make the
process of filtering a candidates CV easier, so in this database will be
fields for professional qualifications and industrial sectors etc.There are
Large range of tables in the database an exmaple can be seen below;
tblCandidatesDetails
CandidatesID(Primary key)
FullName
Email Address
Gender
Nationality
tblIndustrialSectors
IndustrialSectorID
IndustrialSector
tblCandidatesIndustrialSector
CandidatesID
IndustrialSectorID
Now there are loads of others like this and that may primarily the problem. I
have a form to input the details in and this is made up of the
tblCandidatesDetails as the Mother table and all the other tables such as
tblCandidatesIndustrialSector in subforms. Entering the data is fine, however
the problem is with the search.
I need to be able to create a form that has all the criteria on for which the
user can select, then once selected click a command button and it opens a
form displaying the results of all the candidates that match that criteria.
Due to the fact that ive got subforms i have done this but in the results it
shows repetative data for the same candidate so if they have worked in more
than one industrial Sector. I dont know if im making myself clear, if not i
can reiterate a little. Thanks for your time.
method to take in my database. The situation is that the database is going to
primarily going to be used to filter the inputted data. Its to make the
process of filtering a candidates CV easier, so in this database will be
fields for professional qualifications and industrial sectors etc.There are
Large range of tables in the database an exmaple can be seen below;
tblCandidatesDetails
CandidatesID(Primary key)
FullName
Email Address
Gender
Nationality
tblIndustrialSectors
IndustrialSectorID
IndustrialSector
tblCandidatesIndustrialSector
CandidatesID
IndustrialSectorID
Now there are loads of others like this and that may primarily the problem. I
have a form to input the details in and this is made up of the
tblCandidatesDetails as the Mother table and all the other tables such as
tblCandidatesIndustrialSector in subforms. Entering the data is fine, however
the problem is with the search.
I need to be able to create a form that has all the criteria on for which the
user can select, then once selected click a command button and it opens a
form displaying the results of all the candidates that match that criteria.
Due to the fact that ive got subforms i have done this but in the results it
shows repetative data for the same candidate so if they have worked in more
than one industrial Sector. I dont know if im making myself clear, if not i
can reiterate a little. Thanks for your time.