L
Leslie Isaacs
Hello All
I need a query that will return a record for every combination of records in
tables [employee] and [training_needs].
E.g. if [employee] has 6 records and [training_needs] has 7 records, my
query must return all 42 combinations.
The trouble is, [employee] and [training_needs] contain no related fields.
In case it helps, I will explain why I (think!) I need this.
In fact I need a table with all the combinations of records - so the above
query will be a make-table query.
Every employee must be 'assessed' for every Training Need: for each Training
Need each employee will be either a '1'or a '2' or a '3'.
So I need a table [employee_training_needs].
I realise I could build this up employee by employee, but as there are in
fact over 200 employees this would be very tedious.
I'm sure it can be done in one go ... but I can't see how to do it!
Hope someone can help.
Many thanks
Les
I need a query that will return a record for every combination of records in
tables [employee] and [training_needs].
E.g. if [employee] has 6 records and [training_needs] has 7 records, my
query must return all 42 combinations.
The trouble is, [employee] and [training_needs] contain no related fields.
In case it helps, I will explain why I (think!) I need this.
In fact I need a table with all the combinations of records - so the above
query will be a make-table query.
Every employee must be 'assessed' for every Training Need: for each Training
Need each employee will be either a '1'or a '2' or a '3'.
So I need a table [employee_training_needs].
I realise I could build this up employee by employee, but as there are in
fact over 200 employees this would be very tedious.
I'm sure it can be done in one go ... but I can't see how to do it!
Hope someone can help.
Many thanks
Les