Search results

  1. K

    combo box trouble in 2007

    I have an UNBOUND combo box called cboSubjectID (text format) on a form that I am using to look up existing record. Under AfterUpdate event, I wrote following code to try to do this but does not work. Private Sub cboSubjectID_AfterUpdate() Dim rs As Object Set rs = Me.Recordset.Clone...
  2. K

    How to pass value from form 1 to form 2

    I am building a database for a school project. The database contains forms frmDemographics and frmHealthInfo and they are linked to tblDemographics and tblHealthInfo, respectively. tblDemographics store patients information while tblHealthInfo store information about how they search for health...
Back
Top Bottom