Good Afternoon,
I'm trying to query the following:
I have a table that has a row name and then a specific column name for that given row name.
I have a query that will return the following values as independent fields, showing record 'x' = Rate1, Segment2...
How can I show the value of the Column 'Segment2' = 5 for Rate1?
I've tried Dlookup's, etc, but no success. Any help/suggestions is greatly appreciated.
I'm trying to query the following:
I have a table that has a row name and then a specific column name for that given row name.
Code:
(row) Rate Segment Segment2 1 56 5 2 90 12 3 100 15 4 25 45 5 13 2
How can I show the value of the Column 'Segment2' = 5 for Rate1?
I've tried Dlookup's, etc, but no success. Any help/suggestions is greatly appreciated.
Comment