A
Ann-Sofie Karlsson
Hi
I'm trying to write a query that ignore records if the Type=1 and
left(Name,4)<>"MSys" or left(Name,4)<>"Usys", but In the result I get table
names that start with "Msys".
Here is my query in SQL
SELECT Name, Type FROM MSysObjects
WHERE (Left(Name,4)<>"MSys" AND Type=1) OR (Left(Name,4)<>"USys" AND
Type=1);
Please help
Fia
I'm trying to write a query that ignore records if the Type=1 and
left(Name,4)<>"MSys" or left(Name,4)<>"Usys", but In the result I get table
names that start with "Msys".
Here is my query in SQL
SELECT Name, Type FROM MSysObjects
WHERE (Left(Name,4)<>"MSys" AND Type=1) OR (Left(Name,4)<>"USys" AND
Type=1);
Please help
Fia