R
Ronald
Hi.
From a subform on a form I need to reach the recordsetclone of another
subform on that form.
I've tried:
Set rst = Forms![<main form>]![<other subform>].RecordsetClone
Set rst = Forms![<main form>].Form![<other subform>].RecordsetClone
Set rst = Forms![<main form>]![<other subform>].Form.RecordsetClone
Set rst = Forms![<main form>].Form![<other subform>].Form.RecordsetClone
Set rst = Forms![<main form>]![<other subform>].Form![<other
subform>].Form.RecordsetClone
Set rst = Forms![<main form>]![<other subform>].Form![<other
subform>].RecordsetClone
but the 'best' error I get is that the property is not supported.
What contruction will work and why?
Thanks,
Ronald.
From a subform on a form I need to reach the recordsetclone of another
subform on that form.
I've tried:
Set rst = Forms![<main form>]![<other subform>].RecordsetClone
Set rst = Forms![<main form>].Form![<other subform>].RecordsetClone
Set rst = Forms![<main form>]![<other subform>].Form.RecordsetClone
Set rst = Forms![<main form>].Form![<other subform>].Form.RecordsetClone
Set rst = Forms![<main form>]![<other subform>].Form![<other
subform>].Form.RecordsetClone
Set rst = Forms![<main form>]![<other subform>].Form![<other
subform>].RecordsetClone
but the 'best' error I get is that the property is not supported.
What contruction will work and why?
Thanks,
Ronald.