D
Decembersonata
Ok, I have a fairly basic table. The table lists an ID number, a budget
number, and a dollar amount. Some ID numbers have multiple budget numbers
and dollar amounts associated with them. My task is to create a Make Table
query that takes all the records and only have one row for each unique ID
number. For instances where the ID number has multiple rows associated with
it in the original table, I need to create additional columns (i.e.
budgetnumber1, total1, budgetnumber2, total2, etc.) so that all the data for
each individual can be viewed in one row. What is the best way to go about
structuring this query?
number, and a dollar amount. Some ID numbers have multiple budget numbers
and dollar amounts associated with them. My task is to create a Make Table
query that takes all the records and only have one row for each unique ID
number. For instances where the ID number has multiple rows associated with
it in the original table, I need to create additional columns (i.e.
budgetnumber1, total1, budgetnumber2, total2, etc.) so that all the data for
each individual can be viewed in one row. What is the best way to go about
structuring this query?