Hi Uncle Gizmo,
thanks for your reply - ok let me draw an example.
In MS Access (outside of the VBA world) - would create and save down two queries:
Query1: SELECT A,B FROM Table1 WHERE A=1 (save this query as Object Query1)
Query1: SELECT Query1.A FROM Query1 WHERE Query1.B=2
(ok, I...