Jalz Posted October 24, 2005 Posted October 24, 2005 Hi Guys, Sorry for being thick, but can someone describe what a join table is, and when best to use it. As far as my vague and limited knowledge goes, its a table that "joins" two tables, but does that mean its an additional table in the system that is only used to display data (I take it - no data entry goes into this - it just pulls in related data for viewing). Thanks once again guys, I'm just trying to increase my knowledge, and understand some of the basic concepts.
RalphL Posted October 24, 2005 Posted October 24, 2005 I posted a sample file yesterday for the many to many relationship that uses the join table. The join table is used in the many to many relationship. It must contain the foreign keys that are used in the relationship to the other 2 tables. It may contain data that is unique to the combination of the 2 related records. Consider it a line item type of table. See topic Complex Relationship Help Needed, Post#180289
Jalz Posted October 24, 2005 Author Posted October 24, 2005 Thanks Ralph, I'll wait to get into work tommorow as they have Macs (you've used .sit compression), and Im working on a PC at home trying to view your example.
SlimJim Posted October 24, 2005 Posted October 24, 2005 Off Topic - Stuffit Expander for the PC will decompress .sit files and various others and is a free download from http://www.stuffit.com/win/expander/index.html
Recommended Posts
This topic is 7027 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now