I had a problem recently with joining tables and getting incorrect data being displayed because of the join.
I got a solution from synapsevampire who suggested I us UNION ALL to put all the data in one table. That solution worked.
The problem is I have a new situation where I have several tables that are joined displaying project information e.g actual hrs, cost, revenue etc which are being drawn from different tables and I want to add one more which is the budgeted cost for the project. The problem is when I do the join of the budget table I get the same problem of the numbers being far larger than they are for the cost field in the budget table only. I assume this is the same problem as before with the join.
Any suggestions on a solution?
I got a solution from synapsevampire who suggested I us UNION ALL to put all the data in one table. That solution worked.
The problem is I have a new situation where I have several tables that are joined displaying project information e.g actual hrs, cost, revenue etc which are being drawn from different tables and I want to add one more which is the budgeted cost for the project. The problem is when I do the join of the budget table I get the same problem of the numbers being far larger than they are for the cost field in the budget table only. I assume this is the same problem as before with the join.
Any suggestions on a solution?