T
TP
I have searched through many responses to what appears to be my query, but
still cannot find a suitable solution.
I am trying to create a database to consolidate standard risk assessments
and generate a report based on some simple input from the user.
I have the following simple tables
Activities
Tasks
Hazards
Effects
Severity
Activities can have many tasks, tasks can have many hazards, hazards can
have many effects and effects can have variable severity ratings.
I have tried to concentrate on just sorting Activities and Tasks for now and
have created a Junction table (Activity_Task) to give a many to many
relationship and a form/subform to enter data using a combo box. My question
is how to select many tasks for 1 activity at the same time and put them in
the juntion table without having to use the drop down combo 1 line at a time.
The feature in Access 2007 for multiple selections looks great ( Yes I know
it's bad), but then I can't subsequently add many Hazards for each Task so I
want to do it the traditional way using tables.
Any ideas gratefully received.
still cannot find a suitable solution.
I am trying to create a database to consolidate standard risk assessments
and generate a report based on some simple input from the user.
I have the following simple tables
Activities
Tasks
Hazards
Effects
Severity
Activities can have many tasks, tasks can have many hazards, hazards can
have many effects and effects can have variable severity ratings.
I have tried to concentrate on just sorting Activities and Tasks for now and
have created a Junction table (Activity_Task) to give a many to many
relationship and a form/subform to enter data using a combo box. My question
is how to select many tasks for 1 activity at the same time and put them in
the juntion table without having to use the drop down combo 1 line at a time.
The feature in Access 2007 for multiple selections looks great ( Yes I know
it's bad), but then I can't subsequently add many Hazards for each Task so I
want to do it the traditional way using tables.
Any ideas gratefully received.