Query Help

M

Mary M

We have a DB that is holding info for different people in several different
fields, some of which are not populated. An example would be:

LastName FirstName Field1 Field2 Field3 Field4

Test1 Test1 1 3
Test2 Test2 2 3
Test3 Test3 1 2 4

How can I run a query that would return only the fields with values per
person? An example of the desired result would be:

Test1 Test1 1 3
Test2 Test2 2 3
Test3 Test3 1 2 4


Many thanks in advance for any assistance.
 

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