November 21, 201411 yr Newbies hello everyone, in my format I have set a popover through which you can create new records, and in this case, enter the identity of new contacts (name, surname). my problem is when I want to see the new contact in the portal of the format ... portal remains empty even though the records are properly stored in the related table. you will find the file attached in order to have a clearer overview. popover data entry.fmp12.zip
November 21, 201411 yr You have related the two table's primary keys. The portal table must have the id from the parent table in it so create a field called popoverID in Tabella and change relationship to: Popover::id = Tabella::popoverID It would also be good to change the names of the tables to what the data actually represents. I figure you are just testing but I wanted to mention it; it is a mistake many folks make when new to FileMaker. :-)
Create an account or sign in to comment