H
hola717
I am trying figure out how to get access to do the following:
Column 1 = Name
Column 2 = Project1
Column 3 = Project2
Column 4 = Project3
Column 5 = Project4
The values for Project1 - Project4 can be null or have a num value. I
would like to see a list that contains the Name and whatever that Name
has that is null.
Name Project1 Project2 Project3 Project4
Jane 4 5
Joe 4 4
What I would like to see as the result of a query is:
Jane Project2, Project4
Joe Project1, Project3
I dont really care how it is displayed.
I will be trying to accomplish this with 200 columns and 200 rows.
Column 1 = Name
Column 2 = Project1
Column 3 = Project2
Column 4 = Project3
Column 5 = Project4
The values for Project1 - Project4 can be null or have a num value. I
would like to see a list that contains the Name and whatever that Name
has that is null.
Name Project1 Project2 Project3 Project4
Jane 4 5
Joe 4 4
What I would like to see as the result of a query is:
Jane Project2, Project4
Joe Project1, Project3
I dont really care how it is displayed.
I will be trying to accomplish this with 200 columns and 200 rows.