G'day Guys,
I'm trying to include a variable Blacklist of sorts in my database.
I have my main form entering company details into one table. In another table, I have a list of names which I would like to refer to to prevent them going any further in the database.
I'm trying to get the form to look through the names listed in the second table to detect whether one of the company names on the blacklist is used in the form.
At the moment, I have the block working fine via a LIKE statement, but this cant change as various company names get added/deleted by the administrator.
Is there a looping function of some description that I've missed somewhere?
Thanks for any help in advance!
Scottie.
I'm trying to include a variable Blacklist of sorts in my database.
I have my main form entering company details into one table. In another table, I have a list of names which I would like to refer to to prevent them going any further in the database.
I'm trying to get the form to look through the names listed in the second table to detect whether one of the company names on the blacklist is used in the form.
At the moment, I have the block working fine via a LIKE statement, but this cant change as various company names get added/deleted by the administrator.
Is there a looping function of some description that I've missed somewhere?
Thanks for any help in advance!
Scottie.