A
Access
I have 4 tables
tbl0 tbl1 tbl2
tbl3
=== === === ===
PosDesc ID (1-oo) Ver DutyDesc
. Version duty (oo-1) ID
. Archive
. Date
ID (1-oo) Position
This means tbl2 is a many to many link table.
First tbl0 is filled with job positions.
then tbl3 is filled out with duties.
Then in a form (source tbl0) and in its subform of tbl1, a new version of
duties is created. Then in that version, in its subform, of tbl2, duties are
assigned to that specific version of that job position.
So its somehow like this:
Position: Administrator
When a new version is to be created, aka in tbl1, I want the current version
to be archived (Archive bit) and be copied to a new record with the next
version number so that the user won't actually have to reassign the duties,
but to add or remove the ones that changed.
Here lies the BIG PROBLEM.
Coping-Pasting the record from tbl1, leaves the many side of the
relationship empty. As if I just only selected the position from the combo
box.
I want to find a way that I can copy-paste not just the one side but the
many also.
Any help mostly appriciated as I am walking to a dead end.
Thanx in advance.
tbl0 tbl1 tbl2
tbl3
=== === === ===
PosDesc ID (1-oo) Ver DutyDesc
. Version duty (oo-1) ID
. Archive
. Date
ID (1-oo) Position
This means tbl2 is a many to many link table.
First tbl0 is filled with job positions.
then tbl3 is filled out with duties.
Then in a form (source tbl0) and in its subform of tbl1, a new version of
duties is created. Then in that version, in its subform, of tbl2, duties are
assigned to that specific version of that job position.
So its somehow like this:
Position: Administrator
(Duties List) Version: 1
Duties
.....
.....
When a new version is to be created, aka in tbl1, I want the current version
to be archived (Archive bit) and be copied to a new record with the next
version number so that the user won't actually have to reassign the duties,
but to add or remove the ones that changed.
Here lies the BIG PROBLEM.
Coping-Pasting the record from tbl1, leaves the many side of the
relationship empty. As if I just only selected the position from the combo
box.
I want to find a way that I can copy-paste not just the one side but the
many also.
Any help mostly appriciated as I am walking to a dead end.
Thanx in advance.