stuart_adair
Registered User.
- Local time
- Today, 13:21
- Joined
- Jan 13, 2009
- Messages
- 57
Two questions in one night - I'm struggling today 
I've got a form that opens to display records. Within the form is a field called c_exists that either contains the value Yes or No. I want a message to display on the screen that follows this basic logic...
iif([c_exists]="Yes","Complaint exists","No complaint registered")
I've tried putting an unbound field on the form and adding this to the query builder to run on load but it doesnt work.
Thanks
Stu
I've got a form that opens to display records. Within the form is a field called c_exists that either contains the value Yes or No. I want a message to display on the screen that follows this basic logic...
iif([c_exists]="Yes","Complaint exists","No complaint registered")
I've tried putting an unbound field on the form and adding this to the query builder to run on load but it doesnt work.
Thanks
Stu