M
Mario Krsnic
Hello everybody,
I have two tables with this structure:
table1:
1) ID (Counter + primary
2) lfd_nr (integer)
3) Field1 (Text)
Table2:
1) ID (Integer)
2) lfd_nr (integer)
3) Field1 (Text)
ID from the first and second table are in 1:n Relation
Now I would like to insert the records from the first table where lfd_nr=1
in the same
table with lfd_nr=2. Further I would like to insert the records from the
second table where lfd_nr=1 in the same table with lfd_nr=2 but so that the
ID-field
in new records (lfd_nr=2) corresponds the ID-field in the first table where
lfd_nr=1.
Please help!
Mario
I have two tables with this structure:
table1:
1) ID (Counter + primary
2) lfd_nr (integer)
3) Field1 (Text)
Table2:
1) ID (Integer)
2) lfd_nr (integer)
3) Field1 (Text)
ID from the first and second table are in 1:n Relation
Now I would like to insert the records from the first table where lfd_nr=1
in the same
table with lfd_nr=2. Further I would like to insert the records from the
second table where lfd_nr=1 in the same table with lfd_nr=2 but so that the
ID-field
in new records (lfd_nr=2) corresponds the ID-field in the first table where
lfd_nr=1.
Please help!
Mario