T
tflett
I have a DB with 6 tables
tbl 1 (Person's Info)
ClientNum (PK)
FName
LName
+ all person info
tbl 2 (Employment info)
EmpID (PK)
ClientNum
EmpCodeNum
EmpStatus
TrainingRelated
StartDate
EndDate
tbl 3 (Employer Codes)
EmpCodeNum (PK)
EmployerName
tbl 4 (Trades)
TradeNum (PK)
TradeName
tbl 5 (Pri-Training)
PriTraID (PK)
ClientNum
TradeNum
tbl 6 (Sec-Training)
SecTraID (PK)
ClientNum
TradeNum
The problem i'm have is that when i go to create a form to enter all the
clients data
the details part of the form doesn't show in design view. And I also get
control source errors. If any can help me solve this prob That will be
great. The relationships are all one-to-many except for employercodes to
employment (1-to-1).
Tbl1 to tbl2 is 1-to-many, tbl1 to tbl5 and 6 is 1-to-many, tbl4 to tble5
and 6 is 1-to-many.
tbl 1 (Person's Info)
ClientNum (PK)
FName
LName
+ all person info
tbl 2 (Employment info)
EmpID (PK)
ClientNum
EmpCodeNum
EmpStatus
TrainingRelated
StartDate
EndDate
tbl 3 (Employer Codes)
EmpCodeNum (PK)
EmployerName
tbl 4 (Trades)
TradeNum (PK)
TradeName
tbl 5 (Pri-Training)
PriTraID (PK)
ClientNum
TradeNum
tbl 6 (Sec-Training)
SecTraID (PK)
ClientNum
TradeNum
The problem i'm have is that when i go to create a form to enter all the
clients data
the details part of the form doesn't show in design view. And I also get
control source errors. If any can help me solve this prob That will be
great. The relationships are all one-to-many except for employercodes to
employment (1-to-1).
Tbl1 to tbl2 is 1-to-many, tbl1 to tbl5 and 6 is 1-to-many, tbl4 to tble5
and 6 is 1-to-many.