I learned database design using FileMaker but my new company only has Access so I'm trying to learn. I built a one-to-many relationship between Platform (one) to Features (many) using the table LineItems. To set up the relationship, both Platform and Features have primary keys. Then each record in LineItem contains two foriegn keys, one denoting the Platform and one denoting the Feature. I didn't use Lookup because that appears to only work for One-to-One relationships.
To start I want to just view the features associated with a specific platform in a form. I tried a list box, a subform and a combo box. Each one would show ALL records from Features not just those related to the specific platform record. What am I doing wrong?
Once I solve that problem, I would like to be able to create LineItem records from the Platform form.
Note: If you are familiar with FileMaker, I'm trying to get the functionality of a portal
[SideQuestion: why does the lookup wizard create a new relationship/new table in relationship view everytime, even when the necessary relationship is already established?]