J
Jason
Hi everyone, I am having quite a time trying to create a query that returns
what I am looking for. Here’s the set up
Employee Table
Skill 1
Skill 2
Skill 3
Skill 4
Each of the skill tables lists a skill preformed by each employee for a
period of three month. For ease, each line is dated with the first date of
the quarter i.e. 7/1/2004 then employee number and two to three fields
describing performance with that skill. (basically a count of attempts and
successes) All tables are linked by employee number with a type 2 join. All
records form the employee table and only those form the skills tables where
the fields are equal. My end result is I get repeating records for each
employee and period. Somewhere around 8,000 records when I should only have
about 560. The goal is to take this query and use it as a basis for a summary
query to run reports, broken down by qtr. I should note that if I make the
joins type 1 I only get data on employees that have data in all the tables,
which is not the case. Only a few employees have data in all the tables. What
I want is really to combine all the data into one line for each date, so with
a year’s worth of data I should have four lines per employee. I am also
confused about linking the dates. They are equal in all tables, the only one
s I have are 7/1/2004,10/1/2004,1/1/2005,4/1/2005.
Am I going about this the wrong way, I am self taught and still have a long
way to go. Thank you for any assistance you can provide. Jason
what I am looking for. Here’s the set up
Employee Table
Skill 1
Skill 2
Skill 3
Skill 4
Each of the skill tables lists a skill preformed by each employee for a
period of three month. For ease, each line is dated with the first date of
the quarter i.e. 7/1/2004 then employee number and two to three fields
describing performance with that skill. (basically a count of attempts and
successes) All tables are linked by employee number with a type 2 join. All
records form the employee table and only those form the skills tables where
the fields are equal. My end result is I get repeating records for each
employee and period. Somewhere around 8,000 records when I should only have
about 560. The goal is to take this query and use it as a basis for a summary
query to run reports, broken down by qtr. I should note that if I make the
joins type 1 I only get data on employees that have data in all the tables,
which is not the case. Only a few employees have data in all the tables. What
I want is really to combine all the data into one line for each date, so with
a year’s worth of data I should have four lines per employee. I am also
confused about linking the dates. They are equal in all tables, the only one
s I have are 7/1/2004,10/1/2004,1/1/2005,4/1/2005.
Am I going about this the wrong way, I am self taught and still have a long
way to go. Thank you for any assistance you can provide. Jason