Man have I hit a pitfall on this one--I need help figuring out how to join three tables to display results in this format:
Obi One
Luke Skywalker - 555-5455
So as you can see I have a users table which stores first and last name, and phone number, I've got another table where I store the available downloads identifiable by a unique ID and lastly I have a third table where I store the id of the user and the id of the item thy downloaded. But for the life of me I just don't understand how to join the tables and display each person in that particular format with the title and then the information they've downloaded.
any help in the right direction will be forever appreciated!!
Thanks a bunch!
Atlante
Obi One
downloaded adobe.pdf
downloaded apples.pdf
downloaded mymusic.mp3
Luke Skywalker - 555-5455
downloaded sample.pdf
downloaded apples.pdf
downloaded myband.mp3
So as you can see I have a users table which stores first and last name, and phone number, I've got another table where I store the available downloads identifiable by a unique ID and lastly I have a third table where I store the id of the user and the id of the item thy downloaded. But for the life of me I just don't understand how to join the tables and display each person in that particular format with the title and then the information they've downloaded.
any help in the right direction will be forever appreciated!!
Thanks a bunch!
Atlante
Comment