BE19
cornfuzed
- Local time
- Today, 15:37
- Joined
- Mar 13, 2007
- Messages
- 12
I have a two dimensional array. Let's call the column header PaxFwd and the row header PaxAft. Both headers contain numbers (not that this matters). I need to be able to cross reference the row selection with the column selection (it doesn't matter which is selected first) and return the value at the union of the column and row.
I've looked at nested combo boxes but that doesn't seem to fit because the row and column choices are independent of each other.
Please no VBA or limited (very!) SQL. This is *not* what I do for a living.
One way I have thought about doing it seems kludgy and that is to create tables of each column...
TIA
I've looked at nested combo boxes but that doesn't seem to fit because the row and column choices are independent of each other.
Please no VBA or limited (very!) SQL. This is *not* what I do for a living.
One way I have thought about doing it seems kludgy and that is to create tables of each column...
TIA