KavJack
Programmer
- Apr 1, 2001
- 46
A week ago I had Office 97 running under Windows 95. I had to upgrade to Windows 98. Now my SQL containing functions LEFT and MID won't work. InStr is working though.
What do I have to do to get my SQL working ?
This SQL is suposed to find all teams named United in a database and replace it with a U;
i.e. Abingdon United becomes Abingdon U
UPDATE [CP1996P]
SET [CP1996P].AT =
Left([CP1996P].[AT],InStr([CP1996P].[AT]," United") & "U"
WHERE (((InStr([CP1996P].[AT]," United")>"0") AND YR>1999;
I understand that there were some other people find problems running Office 97 in WIndows 98 but I could not find any resolution.