Search results

  1. Q

    Help Using a Text Box to update a Combo Box List

    Please help! I have a Text Box called DisposalID on Form A & a Combo Box on a seperate form (Form B) called DisposalID. The combo box is based on a query. Once I add data to the textbox I click on a command button to bring up Form B with the combobox. This form also has a command button which...
  2. Q

    Help with creating search forms resulting all matches

    Hi, I have created a search form which returns only exact matches: Private Sub cmdSearch_Click() Dim strItemNameRef As String Dim strSearch As String 'Check txtSearch for Null value or Nill Entry first. If IsNull(Me![txtSearch]) Or (Me![txtSearch]) = "" Then MsgBox...
Back
Top Bottom