I am using the code RecordSetClone = "NPDAllRemovals" , to change the source of records (ie I want to point at table NPDAllRemovals, now) to pull up to a form. When I do this I get:
'RunTime error 3251 - Operation is not supported for this type of object'.
The 'recordsetclone pointer'needs to be synchronized with the contents of combobox cboSourceChoice (NPDAllRemovals).
I have also tried ...
Me.RecordsetClone = Me.cboSourceChoice ... with the same result.
How do I get the recordsetclone to point at the right table?
'RunTime error 3251 - Operation is not supported for this type of object'.
The 'recordsetclone pointer'needs to be synchronized with the contents of combobox cboSourceChoice (NPDAllRemovals).
I have also tried ...
Me.RecordsetClone = Me.cboSourceChoice ... with the same result.
How do I get the recordsetclone to point at the right table?