Hi, I'm a bit stuck; I have a table of clients & I have another table of Client IDs which I do not want to be included in a promotion.
All I want to do is make another table which excludes the second table. In the ContactsID criteria field, I have been trying statements like:
WHERE [Client Details2].[ContactsID] NOT LIKE [Other Table].[ContactsID]
But obviously have it completely wrong as I'm not getting anywhere!!
Can anyone help ....please as I need this done before I go away later on today.
All I want to do is make another table which excludes the second table. In the ContactsID criteria field, I have been trying statements like:
WHERE [Client Details2].[ContactsID] NOT LIKE [Other Table].[ContactsID]
But obviously have it completely wrong as I'm not getting anywhere!!
Can anyone help ....please as I need this done before I go away later on today.