What is the method, performance wise, of linking subform to parent form.
Should I use the built in 'Link Master/Child Fields' as can be set from the subforms properties sheet.
or should one use a query for the subform that is only returning the results based on the selection made in the parent form.
or programmatically set the record Source of the subform based upon selection made in the parent form.
or does it not matter from a performance standpoint. Is the built in 'Link Master/Child Fields' effectively creating a query for you automatically?
thanks in advance.
Should I use the built in 'Link Master/Child Fields' as can be set from the subforms properties sheet.
or should one use a query for the subform that is only returning the results based on the selection made in the parent form.
or programmatically set the record Source of the subform based upon selection made in the parent form.
or does it not matter from a performance standpoint. Is the built in 'Link Master/Child Fields' effectively creating a query for you automatically?
thanks in advance.