This program that I am working on in VB6 uses an access database. In the global module I defined a constant as "Salary" for a particular pay type. In a few instances where records were copied or imported into this database, Pay Type was "salary". The difference being the case of the first letter. When I attempted to execute a query in VB to search for records where pay type is "Salary", only the records with salary spelled with a capital "S" were selected.
How can I get over this problem without having to define another constant to handle "salary".
Thanks
How can I get over this problem without having to define another constant to handle "salary".
Thanks