I have a form that I want to act somewhat like a Switchboard.
If a user has records they need to audit, I want a button to show that they can click on to display the records. If they don't have any records to audit, I want it to say that in text instead.
The way i tried to solve it was with an iff statement, but that didn't work.
=IIf(Count([Patients.patient_user_pk])>1,[Forms].[Show_Records].[ShowRecords],'You do not have any records to audit at this time.')
Any suggestions?
Thanks, Cliff
_____________
Cliff
If a user has records they need to audit, I want a button to show that they can click on to display the records. If they don't have any records to audit, I want it to say that in text instead.
The way i tried to solve it was with an iff statement, but that didn't work.
=IIf(Count([Patients.patient_user_pk])>1,[Forms].[Show_Records].[ShowRecords],'You do not have any records to audit at this time.')
Any suggestions?
Thanks, Cliff
_____________
Cliff