Hi,
I have a report that shows name, phone and type of insurance. Insurance type is an option group and on the report i have this choose statement so the option group shows up as text instead of a number:
=Choose([InsuranceType],"Medicare","Global/Private","Medicare/Sup","LOP","LOP","Global Self-Pay","Work Comp","Auto")
the problem is that if a user doesn't select an option i get an "error" on my report. How can i tell access that when nothing is selected not to include this contact in the report?
thanks in advance!
I have a report that shows name, phone and type of insurance. Insurance type is an option group and on the report i have this choose statement so the option group shows up as text instead of a number:
=Choose([InsuranceType],"Medicare","Global/Private","Medicare/Sup","LOP","LOP","Global Self-Pay","Work Comp","Auto")
the problem is that if a user doesn't select an option i get an "error" on my report. How can i tell access that when nothing is selected not to include this contact in the report?
thanks in advance!