I have a piece of code in my Access app that looks something like this:
if me.client = "PEV001" then ......
The client is actually "pev001".
On my computer it works fine and does the compare in a case insensitive way, however when copied to one user's PC the compare fails as it acts in a case sensitive way. Is it a setting maybe in Access or Windows?
thanks
if me.client = "PEV001" then ......
The client is actually "pev001".
On my computer it works fine and does the compare in a case insensitive way, however when copied to one user's PC the compare fails as it acts in a case sensitive way. Is it a setting maybe in Access or Windows?
thanks