H
H J
I have an existing database that uses company name as the primary key in
multiple tables (I realize that this is not good practice, but at the time
the database was created, most of the company names were actually numbers).
A need has now arisen whereby the company name needs to change, if the user
simply enters a new company name, access reads this as a new record, and so
all history is lost. Is there a way to use query/code so that the user can
select the existing name from a combo box, enter a new name in a second
field and then click a button that will replace the name chosen from the
combo box with the name entered in the text field across all tables?
Thanks.
multiple tables (I realize that this is not good practice, but at the time
the database was created, most of the company names were actually numbers).
A need has now arisen whereby the company name needs to change, if the user
simply enters a new company name, access reads this as a new record, and so
all history is lost. Is there a way to use query/code so that the user can
select the existing name from a combo box, enter a new name in a second
field and then click a button that will replace the name chosen from the
combo box with the name entered in the text field across all tables?
Thanks.