Hi all
I am very new to this.
The scenario: I have 3 tables.
Table 1 has column a
Table 2 has column b,c,d
Table 3 has column a,b
Table 1 is related to Table 3
Table 2 is related to Table 3
Using Table 1, I want to create a form that will display column b from Table 3 and also display column c&d from Table 2.
Basically, for every occurence of Column a, I want to display column b,c,d
Pls help…