S
Steven P via AccessMonster.com
Hi,
I'm having trouble with Not-Like. The "types" of machines I wish to exclude
are still showing- eg. hone, 07 K-Land, 08 K-Land, 09 K-Land, 63 T/B etc. The
Periphery Exception is working correctly. I've posted the SQL.
Thanks
SELECT [Inputs Table (MAIN)].DATE, [Inputs Table (MAIN)].[Good Pieces],
[Inputs Table (MAIN)].[103 Machine]
FROM [Inputs Table (MAIN)]
WHERE ((([Inputs Table (MAIN)].[103 Machine]) Not Like "Hone,63 T/B,67 T/B,71
Microflat,07 K-Land,08 K-Land,09 K-Land") AND (([Inputs Table (MAIN)].
[Periphery Exception]) Not Like ("*")));
I'm having trouble with Not-Like. The "types" of machines I wish to exclude
are still showing- eg. hone, 07 K-Land, 08 K-Land, 09 K-Land, 63 T/B etc. The
Periphery Exception is working correctly. I've posted the SQL.
Thanks
SELECT [Inputs Table (MAIN)].DATE, [Inputs Table (MAIN)].[Good Pieces],
[Inputs Table (MAIN)].[103 Machine]
FROM [Inputs Table (MAIN)]
WHERE ((([Inputs Table (MAIN)].[103 Machine]) Not Like "Hone,63 T/B,67 T/B,71
Microflat,07 K-Land,08 K-Land,09 K-Land") AND (([Inputs Table (MAIN)].
[Periphery Exception]) Not Like ("*")));