07-20-2009 11:42 AM
Hello everyone,
I am trying to do a database search that takes a number in text format and compares it to the serialnumber column in the DB (which is in text format). Up to this point it works fine if the numbers match, but when I enter a number that is not in the database, an error 91 will result. What I want it to do is to let the user whether or not there is a match in the database. Any ideas?
07-20-2009 11:52 AM
07-20-2009 11:56 AM
If I do that would it prevent the error from stopping the program?
07-20-2009 12:14 PM