Newbies kconick Posted November 21, 2014 Newbies Posted November 21, 2014 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
LaRetta Posted November 21, 2014 Posted November 21, 2014 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. :-) 1
Recommended Posts
This topic is 3923 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