Has anyone noticed any problems building there access packages in Vista and then deploying them on Windows XP?
For the last 3 months I haven't had any problems until recently. I've tracked the issue down to a parsing issue. I have a bit of code that parses data it's set up akin to:
On vista it runs fine, when I get it into windows XP it doesn't. I have 3 XP machines that are identical and all have the most recent updates, on 2 or the 3 it goes the ELSE yabidi yabidi and on the other XP and vista machines it gives Yada Yada and this is for the exact same data. I can't figure out why I have such a strange anomaly, I've uninstalled, whiped all traces of Access and Office, Reinstalled, tried developing on the XP Machines but it still won't parse.
I'm confuzzled, any advice?
For the last 3 months I haven't had any problems until recently. I've tracked the issue down to a parsing issue. I have a bit of code that parses data it's set up akin to:
Code:
If InStr(String, "delimeter") Then
yada yada
else
yabidi yabidi
End If
On vista it runs fine, when I get it into windows XP it doesn't. I have 3 XP machines that are identical and all have the most recent updates, on 2 or the 3 it goes the ELSE yabidi yabidi and on the other XP and vista machines it gives Yada Yada and this is for the exact same data. I can't figure out why I have such a strange anomaly, I've uninstalled, whiped all traces of Access and Office, Reinstalled, tried developing on the XP Machines but it still won't parse.
I'm confuzzled, any advice?