M
Mario Ferreira
I have creating a database with 3 tables:
Client Table
Cli_ID
Cli_Name
Cli_Address
Cli_Postcode
Cli_Age
Cli_Phone
Cli_Email
and a Family Table
Fam_ID
Fam_Father Name
Fam_Mother name
Fam_Father Address
Fam_Mother Address
Fam_Father Contact
Fam_Mother Contact
Fam_Father Postcode
Fam_Mother Postcode
and a Postcode table
Postc_ID
Postc_Zipcode
Postc_Location
How do i connect both table to insert data in one only form? I use a combo
box to select the postcode in both table (client and family)
Client Table
Cli_ID
Cli_Name
Cli_Address
Cli_Postcode
Cli_Age
Cli_Phone
Cli_Email
and a Family Table
Fam_ID
Fam_Father Name
Fam_Mother name
Fam_Father Address
Fam_Mother Address
Fam_Father Contact
Fam_Mother Contact
Fam_Father Postcode
Fam_Mother Postcode
and a Postcode table
Postc_ID
Postc_Zipcode
Postc_Location
How do i connect both table to insert data in one only form? I use a combo
box to select the postcode in both table (client and family)