Creating a Form

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…

assuming:
-form on table 1 is in record view
-table 3 is a parent of table 2

create a form on table 3 with related fields from table 2.
create a tabpanel on form1(table1) that shows form3
using relation table1-table3

Thankyou…

It worked fine…