Search results

  1. H

    Show rowsource value

    following problem: 1) a textbox gets value from a combobox 2) after selection in combobox value exists in table but isn't shown in textbox until form is closed and newly opened -> how do i requery so that the value that is existing is shown instantly??
  2. H

    Open Form with specified Recordset

    Open Form with specified Recordset and Autofill hi, im a beginner in access and want to do something like that: <edit>this is in the DetailButton_Click() event</edit> stDocName = "PersonDetails_Form" DoCmd.RunCommand acCmdSaveRecord 'open form with recordset of person...
Back
Top Bottom