G
Guest
Need to kow how to delete multiple queries.
Klatuu said:The basic idea would be a For Next or a Do Loop with the DeleteObject method
to delete each selected query.
What I don't know is how you will select the queries to be deleted. You
will need a way to select them and put their names in an array and loop
through the array or you could use a form list a list box control, read the
names of all the queries in your database into the row source of the list box
and use the ItemsSelected property collection of the list box to feed the
loop to delete the selected queries.