lcline
04-13-2002, 05:13 AM
Thanks in advance for the help I am about to receive! Amen.
I have two tables that have the same type data in them. One was used for one reason and the second was devevloped later by another group for a totally different reason (lack of communication). Without recreating the wheel. I need to know if it is possible to query the data so that I can take the results and chart them as a comparison of one table vs the other. I have tried joins but when Reason tables have different amounts of entries, the data is repeated instead of returning null or 0. Or it does not return all of Reason1 table when Reason2 does not have a record for that ID.
Sturcture is similar to following
Table1 ' done every time work is completed
TaskID
TaskType
ScheduledDate
Reason1Table ' may/may not have entry/task
TaskID ' relates back to table1
Activity
TimeUsed
Reason2Table ' may/may not have entry
Activity
TimeUsed
I have two tables that have the same type data in them. One was used for one reason and the second was devevloped later by another group for a totally different reason (lack of communication). Without recreating the wheel. I need to know if it is possible to query the data so that I can take the results and chart them as a comparison of one table vs the other. I have tried joins but when Reason tables have different amounts of entries, the data is repeated instead of returning null or 0. Or it does not return all of Reason1 table when Reason2 does not have a record for that ID.
Sturcture is similar to following
Table1 ' done every time work is completed
TaskID
TaskType
ScheduledDate
Reason1Table ' may/may not have entry/task
TaskID ' relates back to table1
Activity
TimeUsed
Reason2Table ' may/may not have entry
Activity
TimeUsed