Intermediate Table

Parisi

Member
I have the following scenario:


tblBooks - fields: BookID, BookTitle, BookDate
Example data for tblBooks:
1, Harry Potter, 1/1/1990
2, Sewing for Dummies, 2/2/1995
3, Needlework, 7/2/1999

tblAuthors - fields: AuthorID, AuthorName
Example data for tblAuthors
1, JK Rowling
2, Bob Smith

tblBookAuthors ? fields AuthorID, BookID
Example data for tblBookAuthors
1, 1
2, 2,
3, 2

I have a Fabrick list that of tblBooks and I want to be able to add authors to each book. So a user enters a new book and I want them to be able to add the author to the book from the existing list of authors or create a new author as needed. Each book can have more than one author.

Help - how do I do this.

Thanks,
Paul.
 
ok - so I watched the video about 6 time and I finally have it working ! Woohoo. Thanks so much for your help!

I do have an additional question - I have my Authors in the List view but they seem to have a bullet in front of them and a line below them, see the screen shot. Any ideas why it would add both of those? I can understand the line if there was more than one author but not the bullet.

Thanks,
Paul.
 

Attachments

  • 2015-01-30_23-07-44.png
    2015-01-30_23-07-44.png
    79.4 KB · Views: 128
Hugh,

Thanks, can you register for an account? I will authorize it and then you can see it.

Paul.
 
Looks like you have some kind of htaccess issue, I'm seeing a "Failed to load resource: the server responded with a status of 403 (Forbidden)" for the template_css.php in the list's bootstrap template folder. So the CSS isn't loading.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top