L
LJG
I have a form embedded within a main form. The main form has a button to
show me selected records after onClick. I am having a problem targeting the
form as it keeps failing on this line:
Set rst = Forms!frmImp_Process_Client_STATUS.RecordsetClone
The main form is frmNewClientSelect, with the subform
frmImp_Process_Client_STATUS
Can anyone advise how I should change this to fix this.
Many thanks
show me selected records after onClick. I am having a problem targeting the
form as it keeps failing on this line:
Set rst = Forms!frmImp_Process_Client_STATUS.RecordsetClone
The main form is frmNewClientSelect, with the subform
frmImp_Process_Client_STATUS
Can anyone advise how I should change this to fix this.
Many thanks