M
Martin Lacoste
(Access 2000)
Two issues:
Within a query, I need to return a field name as data (see
eg. below).
I need to search within 80 fields (same criteria) - is
there a way to
avoid 80 separate expressions (the 80 field names are
stored in a
table - can I get the query to look each of these up?)?
Here's an example:
CURRENT DATA SAMPLE:
(Field names Field 1 Field 2 Field 3
(Data 14
15
16a
RESULTS DESIRED:
(Field names Field Name Data
(Data Field 1 14
Field 2 15
Field 3 16a
Note that 'Field 1', formerly the name of the field, is now
desired as
tabular data. This seems, from my very basic research, to
be the
reverse of a crosstab query.
Any ideas are greatly appreciated - thanks!!!
Martin Lacoste
Two issues:
Within a query, I need to return a field name as data (see
eg. below).
I need to search within 80 fields (same criteria) - is
there a way to
avoid 80 separate expressions (the 80 field names are
stored in a
table - can I get the query to look each of these up?)?
Here's an example:
CURRENT DATA SAMPLE:
(Field names Field 1 Field 2 Field 3
(Data 14
15
16a
RESULTS DESIRED:
(Field names Field Name Data
(Data Field 1 14
Field 2 15
Field 3 16a
Note that 'Field 1', formerly the name of the field, is now
desired as
tabular data. This seems, from my very basic research, to
be the
reverse of a crosstab query.
Any ideas are greatly appreciated - thanks!!!
Martin Lacoste