I have these tables
BusinessProcess table
Fields
BusID PK
Narrative Memo
BusSubProcesses Table Business Process can have more than one BusSupProcess.
Fields
BusSubID
BusID
BusSubNarrative
Object table An object can be related to many SubbusinessProcesses.
Fields
ObjID PK
Lib PK
Name PK
Type PK
Obj Narrative
Function A Function can be related to many objects.
Fields
FuncID PK
Func Narrative Memo
BusinessRules Business rules can be more than one rule for the business Process
Fields
BusID
BusRuleID
BusRuleNarrative
I am being asked to create a data entry form so that the data entry person can easily enter data into the fields. I need help on the relations I should use in access to make this possible.
Waymond
thank you in advance
BusinessProcess table
Fields
BusID PK
Narrative Memo
BusSubProcesses Table Business Process can have more than one BusSupProcess.
Fields
BusSubID
BusID
BusSubNarrative
Object table An object can be related to many SubbusinessProcesses.
Fields
ObjID PK
Lib PK
Name PK
Type PK
Obj Narrative
Function A Function can be related to many objects.
Fields
FuncID PK
Func Narrative Memo
BusinessRules Business rules can be more than one rule for the business Process
Fields
BusID
BusRuleID
BusRuleNarrative
I am being asked to create a data entry form so that the data entry person can easily enter data into the fields. I need help on the relations I should use in access to make this possible.
Waymond
thank you in advance