M
Max
Hi is it possible that we can give Column Number as a parameter to select
Records at Runtime in access table .
eg, Table having structure like this, Where Qtr1..Qtr4 Stores Amt Paid by
customer,
If runtime i provide Column name to quaery it should return Cust with
specified quarter like
"Select Cust,<Column No> from tbl" , Where Column No is the parameter
Cust,Qtr1,Qtr2,Qtr3,Qtr4
X-10000-20000-30000-4000
I know if the data table is normalized like this
Cust,Qtr-Sales
X-Q1-1000
X-Q2-2000
X-Q3-3000
X-Q4-4000
it is quite easy to select , but my proble is , presently i am getting data
is in above format only
Thanx
Records at Runtime in access table .
eg, Table having structure like this, Where Qtr1..Qtr4 Stores Amt Paid by
customer,
If runtime i provide Column name to quaery it should return Cust with
specified quarter like
"Select Cust,<Column No> from tbl" , Where Column No is the parameter
Cust,Qtr1,Qtr2,Qtr3,Qtr4
X-10000-20000-30000-4000
I know if the data table is normalized like this
Cust,Qtr-Sales
X-Q1-1000
X-Q2-2000
X-Q3-3000
X-Q4-4000
it is quite easy to select , but my proble is , presently i am getting data
is in above format only
Thanx