G
Guest
I have three tables
tble_collective tasks
collective task ID (PK)
Collective Task
Collective Task Number
tble_individual tasks
individual task ID (PK)
Individual Task
Individual Task Number
tble_ICJunction
collective task ID (FK)
individual task ID (FK)
I have established 1 to many relationships from the tables PK to its
corresponding FK on the junction table and established referential integrity.
This list of collective tasks is static and and list of individual tasks is
static but each individual task can apply to more then one collective task
and I want to be able to correspond each individual task to its collective
task. How do I build a form that allows me to take this data and relate it?
I keep expecting something to happen on the junction table showing this
individual task belongs with that collective task but nothing happens on the
junction table.
tble_collective tasks
collective task ID (PK)
Collective Task
Collective Task Number
tble_individual tasks
individual task ID (PK)
Individual Task
Individual Task Number
tble_ICJunction
collective task ID (FK)
individual task ID (FK)
I have established 1 to many relationships from the tables PK to its
corresponding FK on the junction table and established referential integrity.
This list of collective tasks is static and and list of individual tasks is
static but each individual task can apply to more then one collective task
and I want to be able to correspond each individual task to its collective
task. How do I build a form that allows me to take this data and relate it?
I keep expecting something to happen on the junction table showing this
individual task belongs with that collective task but nothing happens on the
junction table.