R
rahmad
Hi All,
I'm creating a simple relational database.
I have 4 tables : suppliers list,Part List,Recipient List and Return Back
Record
Supplier list fields Part List fields
1.ID 1ID
2.Sup Code 2.Part No
3.Sup Name 3.Part Name
Return Back fields Recipient List fields
1.Record No 1.Rec Code
2.Date 2.Rec Name
3.Rec Code
4.Rec Name
5.Sup Code
6.Sup Name
7.Part No
8.Part Name
Then I define relationship from another 3 tables
to Return Back table
Sup Code to Sup Code
Part No to Part No
Rec Code to Rec Code
Afterwards creating Return Back query and appear all the realationship in my
query.
I want when I enter the Sup Code,Part No,and Rec Code,the query will display
each
of their names.And in design grid Rec Name refer to Recipient List table.Sup
Name from
Supplier list and Part Name from Part List.
But Everything doesn't work properly.I insert one record in my table but
there are two records
in my query.And when I look into my form I can't delete one or both records
and also can not
add new records.So whats wrong with my database.
I'm creating a simple relational database.
I have 4 tables : suppliers list,Part List,Recipient List and Return Back
Record
Supplier list fields Part List fields
1.ID 1ID
2.Sup Code 2.Part No
3.Sup Name 3.Part Name
Return Back fields Recipient List fields
1.Record No 1.Rec Code
2.Date 2.Rec Name
3.Rec Code
4.Rec Name
5.Sup Code
6.Sup Name
7.Part No
8.Part Name
Then I define relationship from another 3 tables
to Return Back table
Sup Code to Sup Code
Part No to Part No
Rec Code to Rec Code
Afterwards creating Return Back query and appear all the realationship in my
query.
I want when I enter the Sup Code,Part No,and Rec Code,the query will display
each
of their names.And in design grid Rec Name refer to Recipient List table.Sup
Name from
Supplier list and Part Name from Part List.
But Everything doesn't work properly.I insert one record in my table but
there are two records
in my query.And when I look into my form I can't delete one or both records
and also can not
add new records.So whats wrong with my database.