M
msvoboda
My database is a "master table" with general data including itemcode numbers.
From there I have several subtables for additional data using the "master
itemcode numbers" as the primary key in all tables. I want to be able to
type in a new itemcode number into the "master table" and have it add that
piece of data to the subtables. Is there a way to automate this? Append
query? Is it possible to write one large append query for 5 subtables?
From there I have several subtables for additional data using the "master
itemcode numbers" as the primary key in all tables. I want to be able to
type in a new itemcode number into the "master table" and have it add that
piece of data to the subtables. Is there a way to automate this? Append
query? Is it possible to write one large append query for 5 subtables?