Hey everyone, this is my situation: I have this CF file,that checks the EIN number from the database and matches that to a drop-down list (specific EIN numbers go to specific drop-down choices), the problem is CF only checks if thr EIN number is valid and not if the number matches the drop-down choice. How can I make it so that CF will check for both conditions??
condition is EIN numberanddrop-down menu choice match, if they do NOT match then they go to page1, IF they do match then they go to page2...
I tried a CFIF statement but that didn;t work, I also tried changing the SQL code but go no where...
Thanx ppl... I have not failed; I merely found 100,000 different ways of not succeding...
condition is EIN numberanddrop-down menu choice match, if they do NOT match then they go to page1, IF they do match then they go to page2...
I tried a CFIF statement but that didn;t work, I also tried changing the SQL code but go no where...
Thanx ppl... I have not failed; I merely found 100,000 different ways of not succeding...