abbaddon223
Registered User.
- Local time
- Today, 00:49
- Joined
- Mar 13, 2010
- Messages
- 162
I know, I should have stayed well clear to start with.... :banghead:
Any help on this would be greatly appreciated!!
I have two tables: 1 is "tb_Q&A_PPI". This contains a field called "Lender"
I have another table: "tb_Q&A_PPI_Matrix" which has a field "Excluded_Lenders"
The field "Excluded Lenders" is a mulivalue field. Example values: Ocean Finance, HFC
I want to build a select query that takes a single value from the "Lender" field in tb_Q&A_PPI" and says, 'f the value in that field is like a value in "Exlcluded_Lenders" don't return it'
I was going with having the value "Lender" in the query grid, then the criteria being Not Like [tb_Q&A_PPI_Matrix]![Excluded_Lenders]
Which gives me a "You cannot use a Have or Where query on a mulivalue field"
Can any one help please?
Any help on this would be greatly appreciated!!
I have two tables: 1 is "tb_Q&A_PPI". This contains a field called "Lender"
I have another table: "tb_Q&A_PPI_Matrix" which has a field "Excluded_Lenders"
The field "Excluded Lenders" is a mulivalue field. Example values: Ocean Finance, HFC
I want to build a select query that takes a single value from the "Lender" field in tb_Q&A_PPI" and says, 'f the value in that field is like a value in "Exlcluded_Lenders" don't return it'
I was going with having the value "Lender" in the query grid, then the criteria being Not Like [tb_Q&A_PPI_Matrix]![Excluded_Lenders]
Which gives me a "You cannot use a Have or Where query on a mulivalue field"
Can any one help please?