I have a subform whose control source is a query, that query being based on a table called tbl_Winners. What I’d like to do is have a button on the main form that fires a make table query that replaces tbl_Winners. The problem here is that the subform has the table locked…
Is there an elegant way around this, or am I going about providing that functionality, i.e. insta-refresh of data at the click of a button, in an improper way?