Problem appending data to a Table

ghettosega

New Member
Joined
Apr 27, 2004
Messages
49
Hi There

I am trying to create a table that will join two tables together making it a many to many relationship. I have one table called "File" this table has all the attributed accociated with the file and i have a "Group" table where i have all the attributes with the group but in the "Group" table i also have the FileId field showing all the files that group belongs to. How can I create a table which takes all the files and all the groups connected to those files in one table :)

Thanks

-Sega
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Make a "JOIN" (select)query by putting both tables into the design view and drag a link between the related fields. Right click on the line to see join options, if access automatically put in a join (because of relationships)and it is not the one you want make sure you delete it.

This query can be used for forms/reports
 
Upvote 0

Forum statistics

Threads
1,221,780
Messages
6,161,887
Members
451,730
Latest member
BudgetGirl

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top