Hi People,
I have and table of records which is bound to a list box on a form. The table is is created via a make table query. I run the maketablequery from a button which is on the form which has the bound listbox to the table. what i want to do is run the query and then requery the list box to reflect the new data. The problem is at the moment the query will not run because the table is locked by the list box on the form. How can i run the query and update the list box to show the new records. Do i use recordset clone?.
Would appreciate any help here
I have and table of records which is bound to a list box on a form. The table is is created via a make table query. I run the maketablequery from a button which is on the form which has the bound listbox to the table. what i want to do is run the query and then requery the list box to reflect the new data. The problem is at the moment the query will not run because the table is locked by the list box on the form. How can i run the query and update the list box to show the new records. Do i use recordset clone?.
Would appreciate any help here