Null If Statement

Nomi123

New member
Local time
Today, 01:13
Joined
Oct 6, 2011
Messages
6
I want to insert an if statement in Access report that states:

If the interviewer field is not null them put in the interviewer. If it is null then don't put anything.

I have 5 of the interviewer fields and don't want empty lines in the report.
 
If the interviewer field is not null them put in the interviewer. If it is null then don't put anything.

No if statement necessary--just use the interviewer field and it will all work itself out.
 

Users who are viewing this thread

Back
Top Bottom