Search results

  1. K

    Message Box when no data

    I have one main form and different queries that populate it depending on which command button is clicked I want a message box to pop up if no records are found. Here is what I have for one of the events: Private Sub Height_search_Click() On Error GoTo Err_Height_search_Click Dim stDocName...
  2. K

    Question about 1 form multiple querys

    I need to create one main form and have the user click command buttons to run diffrent queries on the same form (1 at a time).
  3. K

    Select Multiple data in a list box to run a query

    I have a database with a listbox on a form when they double click on a selection in the list box it runs a query. But if I try to select 2 selections I get nothing how do I have the query look for the 2 separate selections and not think they are one name.
Back
Top Bottom