Search results

  1. T

    how to create an alert if no result found by Form.RecordSource

    Hi Taruz, Many thanks for your help, It does work now:) :p Great site to find help for ACCESS here:)
  2. T

    how to create an alert if no result found by Form.RecordSource

    Hello, I create a form with the data from multiple tables, and I create an search form which allow me to search by single value (product ref.) Form_frmdisplay.RecordSource = "SELECT * FROM TableProduct... I want to create a Msgbox when I input value which is not in my TableProduct, showing...
Back
Top Bottom