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.
I had it set up that a user could click a command button in the continuous frmAddExample next to the particular example record...
...and a pop-up would allow the user to add values that would populate tblValue.
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.
Any idea how I can make the popup behave like a subform, and have every record inherit the same information?
As you'll see, below, tblExample is joined to tblValue in a parent/child relationship.
I had it set up that a user could click a command button in the continuous frmAddExample next to the particular example record...
...and a pop-up would allow the user to add values that would populate tblValue.
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.
Any idea how I can make the popup behave like a subform, and have every record inherit the same information?