Hi,
I need help with writing a query. I have three tables as listed below.
tblProjects
proj_id
tblBudgets
budget_id
tblProject_Budget
proj_id
budget_id
value
In my report, I would like to display the data like this:
Project ID Budget for budget_id=1 Budget for budget_id=2
--------------------------------------------------------------------------------------------------
tblProjects.proj_id tblProject_Budget.value tblProject_Budget.value
I have trouble coming up with a query that will return the data in the above format. Please help!
Thank you!
SJH
I need help with writing a query. I have three tables as listed below.
tblProjects
proj_id
tblBudgets
budget_id
tblProject_Budget
proj_id
budget_id
value
In my report, I would like to display the data like this:
Project ID Budget for budget_id=1 Budget for budget_id=2
--------------------------------------------------------------------------------------------------
tblProjects.proj_id tblProject_Budget.value tblProject_Budget.value
I have trouble coming up with a query that will return the data in the above format. Please help!
Thank you!
SJH