I'm having trouble with my layout theory and am hoping someone can present a solution. I have 3 layers of tables that I'm trying to fit onto one page (they're tables with very few fields). One table layer represents stores, the next layer represents receipts received from that store, and the final layer represents items on that receipt. Each relation is a parent child of the next. So the way I have it laid out at the moment is the main page has the store information, within this page is a portal for receipts. I found out that portals can't be nested so I tried putting another portal on the main page for the item list on the receipts, which kind of work in that it does allow for items to be listed, however, it only lists items on the first receipt. I can't figure out a way for the portal to display and create by default items from the second or third receipt.
Just to note, this is a data entry layout, so all portals are set to allow for adding from this page. If it was just display, I know I could just make the item portal show all items and filter by receipt foreign key, but what I want is for the creation from this page to default create to whatever receipt I want...
Can anyone explain a way for me to do this? I'm pretty new to filemaker and have been working off of tutorials for the most part so any clear and idiot proof explanation would be appreciated.