M
Mercadogs
Hello: I need an expert on this one, please!
I have normalized my tables as follows (I have shortened field names). Where
MAIN_TABLE should be the source of all other information. I think these
tables are normalized correctly, but I cannot create a form or query that
will update/add all fields as expected. Please consider patiently helping
with this, I'm pulling out the hairs on my head as we speak.
------------------------------------------------------------------------------------------------
TABLES AND CONSTRAINTS:
MAIN_TABLE (CT, DOFL, FL) ---> (These three fields determine every other
field in the database)
WHERE MAIN_TABLE.CT must exist in C_T.CT
and
WHERE MAIN_TABLE.FL must exist in S_O_N.FL
K_N (CT, KN) ---->Note: CT and KN are composite keys
WHERE K_N.CT must exist in C_T.CT
B_N (CT, BN) ----> Note: CT and BN are composite keys
WHERE B_N.CT must exist in C_T.CT
C_T (CT, IN, SD, OPN, DN, VName, VNumber, SN, SB, NS, Notes)
Where CT is the primary key --> (and determines every field in table
C_T)
S_O_N (FL, SON)
WHERE S_O_N .SON must exist in F_N.SON
and
where FL is the primary key
F_N (SON, FN)
WHERE SON is the primary key
I have normalized my tables as follows (I have shortened field names). Where
MAIN_TABLE should be the source of all other information. I think these
tables are normalized correctly, but I cannot create a form or query that
will update/add all fields as expected. Please consider patiently helping
with this, I'm pulling out the hairs on my head as we speak.
------------------------------------------------------------------------------------------------
TABLES AND CONSTRAINTS:
MAIN_TABLE (CT, DOFL, FL) ---> (These three fields determine every other
field in the database)
WHERE MAIN_TABLE.CT must exist in C_T.CT
and
WHERE MAIN_TABLE.FL must exist in S_O_N.FL
K_N (CT, KN) ---->Note: CT and KN are composite keys
WHERE K_N.CT must exist in C_T.CT
B_N (CT, BN) ----> Note: CT and BN are composite keys
WHERE B_N.CT must exist in C_T.CT
C_T (CT, IN, SD, OPN, DN, VName, VNumber, SN, SB, NS, Notes)
Where CT is the primary key --> (and determines every field in table
C_T)
S_O_N (FL, SON)
WHERE S_O_N .SON must exist in F_N.SON
and
where FL is the primary key
F_N (SON, FN)
WHERE SON is the primary key