Empty Fields in Queries

C

C. Sharp

I have a field called "Contact" in my master table that
may or may not contain data

I need to create a QUERY with the Contact field in it.
Here's the catch: IF 'contact' contains data then I need
to have that data displayed ** BUT ** IF 'contact' is
NULL then it needs to display "NA".

How do I do this in a Query?
 

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