B
bjschon
I want to build a query based upon user chosen fields. The following
condition will pull all accounts with "credit scores" greater than or equal
to the "tier condition". The tier1Operator and Tier1Condition is maintained
by the user and stored in another table. So, for example, if the user chose
a credit score greater than or equal to 720 as Tier1Condition, I want this
query to pull all accounts with credit scores of 720 or higher. The
following criteria isn't pulling all of them, only a few accounts. Not sure
if my statement is incorrect..help please!
IIf([Tier1Operator]="Greater than or equal to",[Credit
Score]>=[Tier1Condition])
Thanks, Brad
condition will pull all accounts with "credit scores" greater than or equal
to the "tier condition". The tier1Operator and Tier1Condition is maintained
by the user and stored in another table. So, for example, if the user chose
a credit score greater than or equal to 720 as Tier1Condition, I want this
query to pull all accounts with credit scores of 720 or higher. The
following criteria isn't pulling all of them, only a few accounts. Not sure
if my statement is incorrect..help please!
IIf([Tier1Operator]="Greater than or equal to",[Credit
Score]>=[Tier1Condition])
Thanks, Brad