mrrayj60
Registered User.
- Local time
- Today, 15:59
- Joined
- Sep 3, 2009
- Messages
- 103
I run a report to produce a phone list, I can only put the name in the book if they opted in (new law). But some just want to be listed in the book but not their unlisted phone numbers. This logic lists everything as 'unlisted'
Can anyone see the problem I have?
They are checkboxes with the fields as control.
=IIf([optinphonebook]=True And [unlisted]=False,[phone],'unlisted')
Thanks, Ray
Can anyone see the problem I have?
They are checkboxes with the fields as control.
=IIf([optinphonebook]=True And [unlisted]=False,[phone],'unlisted')
Thanks, Ray