S
Steve
With the subselect query using a SELECT TABLEA.* FROM
TABLEA Where FIELD IN
(SELECT FIELD FROM TABLEB)syntax, is there any
savings of memory due to the fact that the TABLEB
doesn't appear in the upper part of the QBE screen
design view and only appears in the SQL statement?
TABLEA Where FIELD IN
(SELECT FIELD FROM TABLEB)syntax, is there any
savings of memory due to the fact that the TABLEB
doesn't appear in the upper part of the QBE screen
design view and only appears in the SQL statement?