Search results

  1. S

    Requery a subform from another subform

    I fixed it myself. I'm using this VBA on the form with the buttons: Private Sub Form_Current() If Me.Parent.AantalOpleidingenLeerling <> 1 Then Me.Parent!frmStagesPerLeerling2.Form.Requery Me.btnhidden.SetFocus Else Me.btnhidden.SetFocus End If End Sub To explain the code a little: On the...
  2. S

    Requery a subform from another subform

    Sorry, I thought the image would clarify that, but it's like this: Main form: Leerlingmanagementsysteem Subform: FrmLeerlingGegevens Sub-sub-form with the record navigators: sfrmOpleidingenPerLeerlingUitgebreid Sub-sub-form I want to requery: sfrmStageDetails
  3. S

    Requery a subform from another subform

    There are a lot of post about this, but even with all the tips it's still not working. I have a main form with a couple of tabs, forms and subforms (see attachment). The problem is that when I click on one of the blue record navigators, I want the right subform to requery. I can't get that to...
  4. S

    Greetings from Holland

    Hi, I'm Sjors Clemens from The Netherlands. After years of not using Access I recently got an assignment from work to build a database. I'm quite new at it and run in some frustrating problems at times. I hope this forum can help me from time to time.
Back
Top Bottom