Search results

  1. C

    querying for string in cell and how to display msg if no matches found

    Thank you for the help, using your provided code I was able to get a msg displayed when a parameter query returns no records, however if there are records, I want to display them still. I have added the following if statement to test for records: If lngAantalRecords > 0 Then...
  2. C

    querying for string in cell and how to display msg if no matches found

    Good day Everyone, I am looking for some help with a database I have designed for tracking the status of signals used in a system. I have two things I would like to do, however I cannot figure them out yet. 1) My database have over 2000 signals that have signal IDs and signal decriptions. I...
Back
Top Bottom