G
Guest
How can i create queries/searches for information in the following format:
Name: Age: Jan-05: Feb-05: March-05:
John 15 37 40 40
Jane 17 35 35 35
Dan 18 40 42 45
Where the months represent salary, for example.
My issue is that the months are part of one row...i cannot seem to search
for it in Access via query by, say, entering Name, Age, and Month.
In Excel i was able to concatenate Name & Age, and then run an "Index"
function where you would search the following: Index(John15, Jan-05) = 37
But i cannot seem to do the same in Access...mind you there are really 1000s
of cells, and therefore need to use Access, but cannot create another bunch
of columns for the months b/c there'd be millions of cells.
Any help would be greatly appreciate!
Name: Age: Jan-05: Feb-05: March-05:
John 15 37 40 40
Jane 17 35 35 35
Dan 18 40 42 45
Where the months represent salary, for example.
My issue is that the months are part of one row...i cannot seem to search
for it in Access via query by, say, entering Name, Age, and Month.
In Excel i was able to concatenate Name & Age, and then run an "Index"
function where you would search the following: Index(John15, Jan-05) = 37
But i cannot seem to do the same in Access...mind you there are really 1000s
of cells, and therefore need to use Access, but cannot create another bunch
of columns for the months b/c there'd be millions of cells.
Any help would be greatly appreciate!