debtworkshop
Technical User
I have 2 tables: Client and Prospects
My client table has a field [exclusions]. This defines the states my client will not take. I separate the state values as follows in the [exclusions] field:
SC,NC,GA
I have a query inner joined to match prospects with clients. I need the clients selected to not include any instance of the prospect's state [prospect].[state].
I've tried querying the [client].[exclusions] field with:
Not Like [prospect].[state]
This doesn't seem to fly. I would much appreciate help with this.
Thanks Tek-Tips!
MyDebtWorkshop
My client table has a field [exclusions]. This defines the states my client will not take. I separate the state values as follows in the [exclusions] field:
SC,NC,GA
I have a query inner joined to match prospects with clients. I need the clients selected to not include any instance of the prospect's state [prospect].[state].
I've tried querying the [client].[exclusions] field with:
Not Like [prospect].[state]
This doesn't seem to fly. I would much appreciate help with this.
Thanks Tek-Tips!
MyDebtWorkshop