J
Junior
Using a Form (continuous rows) to edit tlkpBUSCode the recordsource for the
form.
However i want to filter the data to include for editing only the BUS codes
found by the SQL below.
I copied the SQL into the Filter property but got a "syntax error - missing
operator" - what am i doingf wrong?
SELECT QDBEXProf.BUS
FROM QDBEXProf LEFT JOIN tlkpBUSCode ON QDBEXProf.BUS = tlkpBUSCode.BUS
GROUP BY QDBEXProf.BUS
HAVING (((QDBEXProf.BUS)<>"7777" And (QDBEXProf.BUS)<>"8888"));
form.
However i want to filter the data to include for editing only the BUS codes
found by the SQL below.
I copied the SQL into the Filter property but got a "syntax error - missing
operator" - what am i doingf wrong?
SELECT QDBEXProf.BUS
FROM QDBEXProf LEFT JOIN tlkpBUSCode ON QDBEXProf.BUS = tlkpBUSCode.BUS
GROUP BY QDBEXProf.BUS
HAVING (((QDBEXProf.BUS)<>"7777" And (QDBEXProf.BUS)<>"8888"));