Hi,I am developing a notes application using an SQL server database. In my form I need to compare the value of the particular field against SQL table field.
For example. I need to check whether the company name is found in the SQL table. If it exists then get the company phone number and add to the form. I would like to put a button in a form that will create an ODBC connection. How can I do this kind of search?