How to display a field from multiple records into a report line?

G

Guest

I am working with a weird query that has the following fields: Id, field_name, and field_value. Here are some examples of the records

001, gender, mal
001, age, 5
002, gender, femal
002, age, 2

How do I create a report that will display

001, male, 5
002, female, 2

Any helps will be highly appreciated

rayt
 
A

amishra

try to learn normalization and create tables based on those rules.
after that go to creating reports.

You query really seems to be weird or u havent asked properly.

Cheers
Ami
 
A

amishra

try to learn normalization and create tables based on those rules.
after that go to creating reports.

You query really seems to be weird or u havent asked properly.

Cheers
Ami
 
A

amishra

try to learn normalization and create tables based on those rules.
after that go to creating reports.

You query really seems to be weird or u havent asked properly.

Cheers
Ami
 
G

Guest

thanks for the "kind" words, Amit! The database is included in a "can" software package.

I will shoot myself if I created a database without proper functional-dependencies and normalization analysis and design.

rayt
 

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

Top