Forum Discussion

soufiane91's avatar
soufiane91
Copper Contributor
Jan 14, 2021

split form inside a form

I Insert I split form inside a form that have the same query , so when I click on a row on that split form the form does not change  . is there an event or macro ??

 

 

  • George_Hepworth's avatar
    George_Hepworth
    Silver Contributor

    soufiane91 If it is a subform in a main form, then YOU have to fire some code to requery the main form and set focus to the record selected in the subform. If you do it the other way around, and if the Master/Child Linking fields are properly set, then selecting a record in the main form WILL requery the subform, though.

     

    BTW: I don't see a Split form in that screen shot. All I can see is a subform in datasheetview

    • soufiane91's avatar
      soufiane91
      Copper Contributor

      George_Hepworth 

      maybe I didn't explain clearly . I want to Display a form and its datasheet " like a split form" but me I dont want a split form I want to create a form and its datasheet .

      • George_Hepworth's avatar
        George_Hepworth
        Silver Contributor

        soufiane91 

        Thank you for clarifying that. Because a "Split Form" is a very specific type of form, I was a bit confused.

         

Resources