D
DS
I have a field which has several different field names in
it (fnames)in a table called table1.
What I want to be able to do is return the value of the
field which is specified in my Fnames field using a query.
fnames field1 field2 field3 field4
field4 1 15 10 39
field1 12 18 30 7
I would like to return a value of 39 for the first row and
12 for the second.
i have tried
("table1")('[fnames]')
and several different combinations- but can't get the
syntax right.
any help would be greatfully appreciated.
thanks
it (fnames)in a table called table1.
What I want to be able to do is return the value of the
field which is specified in my Fnames field using a query.
fnames field1 field2 field3 field4
field4 1 15 10 39
field1 12 18 30 7
I would like to return a value of 39 for the first row and
12 for the second.
i have tried
("table1")('[fnames]')
and several different combinations- but can't get the
syntax right.
any help would be greatfully appreciated.
thanks