papasmurfuo9
Registered User.
- Local time
- Yesterday, 23:48
- Joined
- May 28, 2014
- Messages
- 69
Hi
in my query i have multiple tables,
one table just has one field called product thats joined to another table
the other table displays a list of all products, if the product is in the other table
i want a "X" to display in that field
both columns are text
the IF im using is,
IIf([Product] Is Null,"","X")
but when i run this, it displays no records what so ever,
if i take out that iff, it displays all records i want, but that field is the product number when i need an X
thank you
in my query i have multiple tables,
one table just has one field called product thats joined to another table
the other table displays a list of all products, if the product is in the other table
i want a "X" to display in that field
both columns are text
the IF im using is,
IIf([Product] Is Null,"","X")
but when i run this, it displays no records what so ever,
if i take out that iff, it displays all records i want, but that field is the product number when i need an X
thank you