How To Create Relationship Between Multiple Tables?
How To Create Relationship Between Multiple Tables?
1st ensure that you have a foreign key in your related table. Now
go to Database Tools tab > relationship > dialog box appeared
with all table name > select each table and click add button >
close > edit relationship > a dialog box appeared > create new >
another box appeared > select Left Table Name, Right Table
Name, Left column Name(related id field), Right Column
Name(related id field) > OK > Create.
After creating relationship go to Create tab > Query Design > now
select each field > Run.