Solved Pop-out subform not responding to previous form (1 Viewer)

Kayleigh

Member
Local time
Today, 12:05
Joined
Sep 24, 2020
Messages
706
And I have another question about forms!
I have a form which user fills in, then the user selects students by opening pop-out form. Problem is I can't get pop-out form to display relevant records based on previous form (it worked in other similar situations...)
Have enclosed this component of DB for reference.
Would appreciate any suggestions!
 

Attachments

  • IncidentTest_2.zip
    151.6 KB · Views: 96

Ranman256

Well-known member
Local time
Today, 07:05
Joined
Apr 9, 2015
Messages
4,339
sub forms CANT 'pop out'.
open a form using the filter:

sFilter = "[id]=" & txtBox
docmd.openform "fMyForm",,,sFilter
 

Kayleigh

Member
Local time
Today, 12:05
Joined
Sep 24, 2020
Messages
706
Perfect thank you
 

Users who are viewing this thread

Top Bottom