J
Jonathan
Hi using Access2003 I want to search a string for upper case SR. The following
InStr(1, ReportName, Chr(83) & Chr(82)) < 1
Returns true for sr sR Sr
How do I find only strings containing upper case SR? Any ideas or
suggestions appreciated.
Many thanks
Jonathan
InStr(1, ReportName, Chr(83) & Chr(82)) < 1
Returns true for sr sR Sr
How do I find only strings containing upper case SR? Any ideas or
suggestions appreciated.
Many thanks
Jonathan