G
Guest
Hi there,
I have a field called Donor Type. A donor type can be, Individual,
Foundation, Organization or Annonymous.
What I was doing was using an if, else statement. I thought however, a
select case statement would be more efficient. Is this the case?
What I want to do is if the donor type is Individual, then the Organization
Name field is disabled. If donor type is organization, then first name and
last name is disabled, and so on.
Question1: SHould I use a select case statement?
Question2: How would I set this up?
Many Kind regards,
Carlee
I have a field called Donor Type. A donor type can be, Individual,
Foundation, Organization or Annonymous.
What I was doing was using an if, else statement. I thought however, a
select case statement would be more efficient. Is this the case?
What I want to do is if the donor type is Individual, then the Organization
Name field is disabled. If donor type is organization, then first name and
last name is disabled, and so on.
Question1: SHould I use a select case statement?
Question2: How would I set this up?
Many Kind regards,
Carlee