B
Bruce D.
Hi All,
I am having problems with my database design. I have a total of 10 tables. 6
of the tables are named month 1,2,3,4,5,6. They all contain the same fields
with a primary key field of Sales Person ID. The other 4 tables are named
overall score,closing comments,survey,compliance. They all have a primary key
of Employee Name. My problem is trying to join all of these tables into a
query which will be the source for the form. The issue is that some of the
months will contain new sales people as the year progresses on. My query is
not linking with those. For instance, I have 7 people for months 5 and 6 with
only 5 people for months 1-4. My query is only showing the first 5 people.
Month 1 is linked to all the other tables as to include all records from
month 1 and only those records that are equal to the other tables. Also, in
my form some of the comment fields will not allow me to enter any data. My
quess is that it is not linking with a name record. I need to see month by
month the info in the form with the ability to add info to the other 4 tables
like comments,scores, etc.
Any ideas for this situation is greatly appreciated.
BD
I am having problems with my database design. I have a total of 10 tables. 6
of the tables are named month 1,2,3,4,5,6. They all contain the same fields
with a primary key field of Sales Person ID. The other 4 tables are named
overall score,closing comments,survey,compliance. They all have a primary key
of Employee Name. My problem is trying to join all of these tables into a
query which will be the source for the form. The issue is that some of the
months will contain new sales people as the year progresses on. My query is
not linking with those. For instance, I have 7 people for months 5 and 6 with
only 5 people for months 1-4. My query is only showing the first 5 people.
Month 1 is linked to all the other tables as to include all records from
month 1 and only those records that are equal to the other tables. Also, in
my form some of the comment fields will not allow me to enter any data. My
quess is that it is not linking with a name record. I need to see month by
month the info in the form with the ability to add info to the other 4 tables
like comments,scores, etc.
Any ideas for this situation is greatly appreciated.
BD