Hello,
I have a table that contains my budget and my actual costs, the budget cost is in one line and the actual cost is on another line.
I tried to create a query so I could see the budget cost and the actual cost in one line but I think I am going about it the wrong way. Here is what I have done so far
From the Costs Table I created a Query to get Only the Actual Cost and Made a table call Actual then I created a Query to get the Budget and made a table called Budget.
I tok Actual and budget tables and linked them by account number up to this point everything was going well until I come across the link type
there are times that I have data on the budget but no data on the Acutal and sometimes data on the Actual but not on the budget
How could I go about this one?
Thank you
I have a table that contains my budget and my actual costs, the budget cost is in one line and the actual cost is on another line.
I tried to create a query so I could see the budget cost and the actual cost in one line but I think I am going about it the wrong way. Here is what I have done so far
From the Costs Table I created a Query to get Only the Actual Cost and Made a table call Actual then I created a Query to get the Budget and made a table called Budget.
I tok Actual and budget tables and linked them by account number up to this point everything was going well until I come across the link type
there are times that I have data on the budget but no data on the Acutal and sometimes data on the Actual but not on the budget
How could I go about this one?
Thank you