B
BobC
I have 4 linked tables. IDs are auto created in each table
Table 1 - Primary Site (ID, Primary Site Number, Primary Site Name)
* (ID linked to Primary Site ID)
Table 2 - Sub-Sites (ID, Primary Site ID, Sub-Site Number, Sub-Site
Name, …. Etc.)
* (ID linked to Sub-Site ID)
Table 3 - Material Category (ID, Sub-Site ID, Category Name, … Etc.)
* (ID linked to Material Category ID)
Table 4 – Site Materials (ID, ID linked to Category ID, Model Number,
Serial Number, …. Etc.)
The is a basic set of Material Categories along with a basic set of
standard Site Materials at all sites.
As it now stands, in order to add a new Primary Site or a new Sub-Site
with a standard Material Categories and a basic set of equipment, I
must ‘MANUALLY’ append records to each table ‘in sequence’.
IS THERE A SIMPLIER METHOD SUCH AS USING SOME FORM OF APPEND QUERY(ies)
as I am talking hundreds of items to be added.
Table 1 - Primary Site (ID, Primary Site Number, Primary Site Name)
* (ID linked to Primary Site ID)
Table 2 - Sub-Sites (ID, Primary Site ID, Sub-Site Number, Sub-Site
Name, …. Etc.)
* (ID linked to Sub-Site ID)
Table 3 - Material Category (ID, Sub-Site ID, Category Name, … Etc.)
* (ID linked to Material Category ID)
Table 4 – Site Materials (ID, ID linked to Category ID, Model Number,
Serial Number, …. Etc.)
The is a basic set of Material Categories along with a basic set of
standard Site Materials at all sites.
As it now stands, in order to add a new Primary Site or a new Sub-Site
with a standard Material Categories and a basic set of equipment, I
must ‘MANUALLY’ append records to each table ‘in sequence’.
IS THERE A SIMPLIER METHOD SUCH AS USING SOME FORM OF APPEND QUERY(ies)
as I am talking hundreds of items to be added.