L
Linda
I have linked two tables to sql server database
the key field on table1 is "tab1key1" + "tab1key2"
+ "tab1key3"
key field on table2 is "tab2key1" + "tab2key2"
+ "tab2key3"
these "tab1key2" from table1 maps to "tab2key1" in table2
When I bring up a record in form1, Is it possible
to link it to records in form2 with table2?
For eg. Table 1 values are = A+AA01+999
B+AA01+298
C+AA01+999
Table 2 values are = AA01+XYZ+001
= AA01+XYZ+002
= AA01+ABC+003
= BA01+XYA+001
etc...
If I bring up a form for value = say A+AA01+999 from
table1
I should be able to click on a button and bring up
another form with data from table2 that will show
AA01+XYZ+001
AA01+XYZ+002
AA01+ABC+003
Thank you,
Linda
the key field on table1 is "tab1key1" + "tab1key2"
+ "tab1key3"
key field on table2 is "tab2key1" + "tab2key2"
+ "tab2key3"
these "tab1key2" from table1 maps to "tab2key1" in table2
When I bring up a record in form1, Is it possible
to link it to records in form2 with table2?
For eg. Table 1 values are = A+AA01+999
B+AA01+298
C+AA01+999
Table 2 values are = AA01+XYZ+001
= AA01+XYZ+002
= AA01+ABC+003
= BA01+XYA+001
etc...
If I bring up a form for value = say A+AA01+999 from
table1
I should be able to click on a button and bring up
another form with data from table2 that will show
AA01+XYZ+001
AA01+XYZ+002
AA01+ABC+003
Thank you,
Linda