Hi Forum,
i have a little problem, maybe some one can help me.
I want to transfer data out of one table to another table.
To explain the problem, here is an example:
1) Table1 stores apples and peaches.
I want to filter in Table1 all peaches and show them (this works fine), but I want to transfer the peaches into another table (= table2). At the end, there should be 2 tables. Table1 with apples and table2 with peaches.
Mabe the way is like this:
Ready!
But how can I do that?
2) ... and then it gets a little more difficult:
Lets say in table1 there are 5 peaches.
3 peaches should be transferred to table2.
The result should be 2 tables:
Table1 with 2 peaches left.
Table2 with 3 peaches added.
Can anyone give me tipps?
THANK YOU in Advance!
i have a little problem, maybe some one can help me.
I want to transfer data out of one table to another table.
To explain the problem, here is an example:
1) Table1 stores apples and peaches.
I want to filter in Table1 all peaches and show them (this works fine), but I want to transfer the peaches into another table (= table2). At the end, there should be 2 tables. Table1 with apples and table2 with peaches.
Mabe the way is like this:
- open table1
- show all rows with peaches
- copy all rows with peaches
- delete all rows with peaches from table1
- save table1 (without peaches)
- open table2
- copy all rows with peaches to table2
- save table 2 (with peaches)
Ready!
But how can I do that?
2) ... and then it gets a little more difficult:
Lets say in table1 there are 5 peaches.
3 peaches should be transferred to table2.
The result should be 2 tables:
Table1 with 2 peaches left.
Table2 with 3 peaches added.
Can anyone give me tipps?
THANK YOU in Advance!
Last edited: