B
Ben Taylor
I am trying to create a recruitment database for work,
but I am completely stuck, I would appreciate it if
somebody could please help me.
I will try my best to explain my problem, and keep it as
simple as i can.
I have a main table of candiates, and another table of
job types (selected from a list), linked in a 1 to many
relationship - ie each candidate has many job types.
I am trying to create a search form that allows a user to
input one or more job types, and then displays results of
candidates with all of these job types.
I have created a query with both tables in, and taken the
criteria from the search form, if i enter two job types I
can only ever get it to display candiates with either one
or the other, and both, and it displays them numerous
times - as there is a full candidate record in the query
for each job type.
I am currenltly using this line in my query:
[Forms]![FrmSearchDiscipline]![Search1] Or [Forms]!
[FrmSearchDiscipline]![Search2]
Does anyone have any idea what way I can go about this??
I would really appreciate anyones help, if anyone can
make sense of it all!
Thanks
Ben
but I am completely stuck, I would appreciate it if
somebody could please help me.
I will try my best to explain my problem, and keep it as
simple as i can.
I have a main table of candiates, and another table of
job types (selected from a list), linked in a 1 to many
relationship - ie each candidate has many job types.
I am trying to create a search form that allows a user to
input one or more job types, and then displays results of
candidates with all of these job types.
I have created a query with both tables in, and taken the
criteria from the search form, if i enter two job types I
can only ever get it to display candiates with either one
or the other, and both, and it displays them numerous
times - as there is a full candidate record in the query
for each job type.
I am currenltly using this line in my query:
[Forms]![FrmSearchDiscipline]![Search1] Or [Forms]!
[FrmSearchDiscipline]![Search2]
Does anyone have any idea what way I can go about this??
I would really appreciate anyones help, if anyone can
make sense of it all!
Thanks
Ben