G
Guest
I have an unspecified number of tables that will all need the same bulk
update query run. They have the same field names to update, so I just need to
be able to change the corresponding tables.
I'd like to be able to select the table in a form and then have the query
update fields of that table (without having to build a separate query for
each table).
I was thinking of using an "AfterUpdate" event on the form field to modify
the query, pointing it to the right table. Then I can put a command button to
run the query. The problem is that I don't know how to make the query point
to the right table.
Any suggestions?
update query run. They have the same field names to update, so I just need to
be able to change the corresponding tables.
I'd like to be able to select the table in a form and then have the query
update fields of that table (without having to build a separate query for
each table).
I was thinking of using an "AfterUpdate" event on the form field to modify
the query, pointing it to the right table. Then I can put a command button to
run the query. The problem is that I don't know how to make the query point
to the right table.
Any suggestions?