Forum Discussion

Tony2021's avatar
Tony2021
Steel Contributor
Oct 25, 2022
Solved

Open Subform to ID that's on an Unbound Main Form

Experts,    I have an unbound form: frmFXTracker On this unbound form I have a subform: frmFXParent   What I need to do is open this form FXTracker where the frmFXParent.txtIDFXParent = Me.txtID...
  • arnel_gp's avatar
    arnel_gp
    Oct 26, 2022

    Tony2021 

    here is a demo.

    open report Table1 (report view).

    then open frmFXTracker

     

    on the report click the amount textbox.

    did it go to the record on the subform?

     

    view the code on the textbox on report and also the code on the subform.