Hi,
I am wondering if this is possible.
I have form A, user select one of the items in the table and click a button "Get details"
The button will get all corresponding details and display it in a subform (let's say form B) using SQL.
Problem is that the SQL locks the recordset since it is being displayed in the subform.
Is it possible to create a recordset.clone from SQL and display it in a subform so that I can still makes change at the backend.
I do not usually user query but with DAO.database and DAO.recordset
I am wondering if this is possible.
I have form A, user select one of the items in the table and click a button "Get details"
The button will get all corresponding details and display it in a subform (let's say form B) using SQL.
Problem is that the SQL locks the recordset since it is being displayed in the subform.
Is it possible to create a recordset.clone from SQL and display it in a subform so that I can still makes change at the backend.
I do not usually user query but with DAO.database and DAO.recordset