Hi.
Currently I need to maintain some info in one table, and be able to copy this data to another table.
The table structure is like this:
Table 1 (blank)
____________
Table 2 (Main Item)
________________
1
2
3
Table 3 (Item Value)
_________________
1 a
1 b
1 c
Table 1 is the table I need to populate.
Table 2 is the table that holds the main 'item', with a 'subtable' (Table 3) that holds the 'itemvalues'.
When I look up in Table 2 from Table 1, I would like to be able to select e.g. '1', and the values for 1 from Table 3 (a,b,c), should be copied to Table 1, so Table 1 now looks like this:
Table 1
_______
a
b
c
One of the fields in Table 1 is related to 27 Item. So therefore, the values from Table 3, should only be copied to the Item, I have currently looked up.
Thx in advance...
Who the hell is General Failure, and why is he reading my disk?
0
Comments
PS: I most likely don't understand what you are trying to do - please be a bit more specific :-)
Peter
The Template table is, as you say, Table 2. The template lines are in Table 3.
I have made a form using Table 2, with a subform using Table 3.
I have set a filter, so that when select f.x. Code 1 in the form showing Table 2, the values for Code 1 from Table 3 is then shown in the subform.
What I would like to do now, is to Click OK in the form, so that the values from Table 3 for that code, is transferred to the Variants table for the specific Item record that I am currently editing.