TDebb8594 Posted January 18, 2006 Posted January 18, 2006 I'm stumpted and I'm afraid the answer is right in front of me. I have 2 databases. One is Students the other Repository which contains various activities (papers, travel, presentations). A paper can have more than one author. When I enter a new paper I want to be able to list all authors and later do a search by author to find all papers by that author. I thought a value list using the name field in Students to start but then I don't know if I should use a related field or a portal or another method. Thanks for any help.
Breezer Posted January 18, 2006 Posted January 18, 2006 Your post title is kind of misleading. From what I can tell, you are asking from which table can you do your search effectively! I think your join table would be the ideal place to do the search in a 1:M relationship.
Zero Tolerence Posted January 18, 2006 Posted January 18, 2006 Dropdown with Auto Complete on would be my suggestion based on the information you've given.
TDebb8594 Posted January 18, 2006 Author Posted January 18, 2006 How do I then choose more than one author in the author field? Your post title is kind of misleading. From what I can tell, you are asking from which table can you do your search effectively! I think your join table would be the ideal place to do the search in a 1:M relationship.
Breezer Posted January 18, 2006 Posted January 18, 2006 You can do that in a portal in the Paper table. Note: The pk_Paper_ID and pk_Author_ID are unique, such as, auto-enter serial ID fields. See attached quick sample. Paper.zip
TDebb8594 Posted January 18, 2006 Author Posted January 18, 2006 I appreciate your help and your sample makes perfect sense. But, when I try to duplicate it I have problems. I have attached my version. You can do that in a portal in the Paper table. Note: The pk_Paper_ID and pk_Author_ID are unique, such as, auto-enter serial ID fields. See attached quick sample. portals.fp7.zip
Breezer Posted January 19, 2006 Posted January 19, 2006 change the result of your calculation for calculated NAME in the STAFF TABLE from NUMBER to TEXT.
Recommended Posts
This topic is 6948 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