Answer the question
In order to leave comments, you need to log in
How to rewrite a query?
MS Access has two queries of the following form:
1) a saved query called qr1
SELECT t1.field1 as fl1, Max(t2.field2) AS fl2
FROM t1
INNER JOIN t2 ON t1.id = t2.id
SELECT qr1.fl1, qr1.fl2
FROM qr1
WHERE fl2 < 50
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question