Convert record names to field names

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
Is it possible to convert the record names in row 5 to become the field
names for the table?
thanks
George
 
If I understand the question correctly, you can do that via a Crosstab
Query. If the names are not suitable as field names, you can prefix the
field's value with a suitable string constant. If your goal is to
produce a Table, you can write a Make-Table Query based on the Crosstab
Query.

However, your reference to "row 5" is puzzling. I'm assuming that [row
5] is a field name in your Table. If not, and it refers to just one
record, then what you might need to do is manually copy those names into
Query Design View or Table Design View, or something like that.

-- Vincent Johns <[email protected]>
Please feel free to quote anything I say here.
 
thanks Vincent - i copied them into a query

Vincent Johns said:
If I understand the question correctly, you can do that via a Crosstab
Query. If the names are not suitable as field names, you can prefix the
field's value with a suitable string constant. If your goal is to
produce a Table, you can write a Make-Table Query based on the Crosstab
Query.

However, your reference to "row 5" is puzzling. I'm assuming that [row
5] is a field name in your Table. If not, and it refers to just one
record, then what you might need to do is manually copy those names into
Query Design View or Table Design View, or something like that.

-- Vincent Johns <[email protected]>
Please feel free to quote anything I say here.

Hi,
Is it possible to convert the record names in row 5 to become the field
names for the table?
thanks
George
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top