Dear reader(s),
I have a problem with inserting values / records from one table to another table. The situation:
Note: This is not the whole scheme of tables.
Immediately after ProdNr has been filled, it has automatically have to add a record in PRODUCTGROUPNR and copy the value from ProdNr and paste it into ProdGrpNr.
Can this be done with the Append-query or is there another possibility to tackle this problem?
Thanks in advance,
Jochen.
I have a problem with inserting values / records from one table to another table. The situation:
Code:
--- PRODUCTNR --
¦ ____________ ¦
¦ ¦ ¦ ¦
¦ ¦ ProdNr ¦_¦___ N
¦ ¦____________¦ ¦ |
¦ ------------ ¦ |
¦ ¦ ProdNr1 ¦ ¦ |
¦ ------------ ¦ |
¦ ¦ ProdNr2 ¦ ¦ |
¦ ------------ ¦ |
¦ ¦ ProdNr3 ¦ ¦ |
¦ ------------ ¦ |
---------------- | (One-to-many relationship)
|
- PRODUCTGROUPNR - |
¦ ____________ ¦ |
¦ ¦ ¦ ¦ |
¦ ¦ ProdGrpNr ¦_¦___|
¦ ¦____________¦ ¦ 1
¦ ------------ ¦
¦ ¦ ProdGrpNr1 ¦ ¦
¦ ------------ ¦
¦ ¦ ProdGrpNr2 ¦ ¦
¦ ------------ ¦
¦ ¦ ProdGrpNr3 ¦ ¦
¦ ------------ ¦
----------------
Note: This is not the whole scheme of tables.
Immediately after ProdNr has been filled, it has automatically have to add a record in PRODUCTGROUPNR and copy the value from ProdNr and paste it into ProdGrpNr.
Can this be done with the Append-query or is there another possibility to tackle this problem?
Thanks in advance,
Jochen.