Hi all,
On my main form I have a subform that is bound to a query that SELECT * from a table. On the main form, I have a button which triggers a series of queries, one of which reconstructs the table in aforementioned query. This is where the issue occurs. There is something in my setup that is locking it.
Things that I believe are locking it:
The subform - so I closed it before running that query
The main form - same as above
some recordset I opened - I do have subs that create a recordset clone of the subform in order to do some calculations but they are not part of this sub. And even then, I close all recordsets and set rs = nothing.
I attempted to run the query outside of the sub to verify it's not something wrong with my code. Same error there.
Any hints would be helpful.