Pop-up From Continuous Form to Continuous Form

mediaman812

New member
Local time
Today, 09:38
Joined
Oct 21, 2008
Messages
8
I have a continuous form (frmAddExample) that lists certain examples of the way someone can do something. It's tied to tblExample as a data source.

As you'll see, below, tblExample is joined to tblValue in a parent/child relationship.

tables.png


I had it set up that a user could click a command button in the continuous frmAddExample next to the particular example record...
valuebutton.png

...and a pop-up would allow the user to add values that would populate tblValue.
valuepopup.png


However, I discovered that only the first value record would automatically populate the example identifier. Any value I tried to add after the first would generate an error.

novalue.png


Any idea how I can make the popup behave like a subform, and have every record inherit the same information?
 

Users who are viewing this thread

Back
Top Bottom