Hi all!
I have two tables, a "Project" table and a "Projectline" table. I have a card page for the Project, and within that card page I have a Page (Type=ListPart) for my ProjectLines. I would like to include the primary key of the Project table in my ProjectLine table, however I don't know how to copy that value because I am not technically within the Project table while I'm inserting new records into the ProjectLines Subpage.
Can anyone help me get the value of the Project Table, and insert it into the projectlines record table?
Side note: If anyone has tutorials on finding/sorting/filtering records, I would love to see them.. I cannot quite make sense of Microsoft's built-in documentation..
Thanks!