C
Cipher
I need to test the values within a TABLE and a QUERY of the TABLE. I would
like to test the value of a COLUMN for each ROW of a TABLE until the EOF has
been reached. It would be nice if the records and columns were part of a 2D
Array. This way I could check any data field within the TABLE or QUERY and do
math such as: IF COLUMN 6/ROW 20 = "January", then COLUMN 1=MIN_MONTH.
How can I read the ROW/COLUMN data within each intersecting cell. I need the
VBA syntax for this operation...thanks everybody.
like to test the value of a COLUMN for each ROW of a TABLE until the EOF has
been reached. It would be nice if the records and columns were part of a 2D
Array. This way I could check any data field within the TABLE or QUERY and do
math such as: IF COLUMN 6/ROW 20 = "January", then COLUMN 1=MIN_MONTH.
How can I read the ROW/COLUMN data within each intersecting cell. I need the
VBA syntax for this operation...thanks everybody.