Jump to content

This topic is 3416 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • 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

Link to comment
Share on other sites

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.  :-)

  • Like 1
Link to comment
Share on other sites

This topic is 3416 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.