Anyone else having problems using recordsetclone in Access 2016?
I have code that has worked well in Access 2013 that just hangs in 2016.
I even tried "recordset.clone" - wasn't even aware it was possible -
without success.
Read this for info on this alternative:
http://www.utteraccess.com/forum/Dao-Recordset-Clone-Vs-t1997120.html
Anyway the problem I have comes from this code:
Set Rs = Me![sfrmQBFFields].Form.RecordsetClone
the application hangs and I have to cancel with Task Manager
Rs has been defined.
sfrmQBFFields is the name of the object in the form containing the subform
my references include Microsoft DAO 3.6 object library
Suggestions?