Hi all
Just inherited an older access project my boss did about 10 years back and hasn't been touched since.
Anyway, after upgrading it from access 97 (I Think) to access 2007 I'm now having issues with string comparisons producing unpredictable results. Two strings, that I should be equal, sometimes are not
I've checked every module to ensure Set Option Database (I believe that is the default)
I've got around the problem by trimming and upper casing both sides of the comparison in modules, however original developer frequently joined on string fields in queries. I Know I can go into the SQL view and implement the same work around, but this is beginning to have quite a large foot print.
Long story short, is there anything you guys can suggest?
Just inherited an older access project my boss did about 10 years back and hasn't been touched since.
Anyway, after upgrading it from access 97 (I Think) to access 2007 I'm now having issues with string comparisons producing unpredictable results. Two strings, that I should be equal, sometimes are not
I've checked every module to ensure Set Option Database (I believe that is the default)
I've got around the problem by trimming and upper casing both sides of the comparison in modules, however original developer frequently joined on string fields in queries. I Know I can go into the SQL view and implement the same work around, but this is beginning to have quite a large foot print.
Long story short, is there anything you guys can suggest?