M
Michael Slade
I have two tables, T1 and T2.
Table T1 has F1 and F2
Table 2 has additional fields F3, F4, F5, F6, F7.
Fields F1 and F3 are the same so that I can form a relation between the two
Tables.
In the field F2 in Table1, the only values are 'F4', 'F5', 'F6' and 'F7'.
Depending on the value in Table1, F2, I want to get the value in Table2 from
the field indicated by F2.
Is there a query that I can build which will use F2 contents as a variable
field to choose?
If a query won't do this, any pointers to a simple VB function which will
work or can be modified to do this?
thanks
Michael Slade
Table T1 has F1 and F2
Table 2 has additional fields F3, F4, F5, F6, F7.
Fields F1 and F3 are the same so that I can form a relation between the two
Tables.
In the field F2 in Table1, the only values are 'F4', 'F5', 'F6' and 'F7'.
Depending on the value in Table1, F2, I want to get the value in Table2 from
the field indicated by F2.
Is there a query that I can build which will use F2 contents as a variable
field to choose?
If a query won't do this, any pointers to a simple VB function which will
work or can be modified to do this?
thanks
Michael Slade