B
BlueWolverine
Hello,
MS ACCESS 2003 on XP PRO.
UPDATE t_OIS SET t_OIS.Instructions =
Replace([t_OIS.Instructions],Chr(10),Chr(13) & Chr(10))
WHERE (((InStr([t_OIS.Instructions],Chr(10)))>0) AND
((InStr([t_OIS.Instructions],Chr(13)))=0));
I used this to remove alt-enters from the excel dump and replace them with
the equivalent in access. Now it's giving me an error:
The Search key was not found in any record.
The criteria return plenty of records.
HELP!
MS ACCESS 2003 on XP PRO.
UPDATE t_OIS SET t_OIS.Instructions =
Replace([t_OIS.Instructions],Chr(10),Chr(13) & Chr(10))
WHERE (((InStr([t_OIS.Instructions],Chr(10)))>0) AND
((InStr([t_OIS.Instructions],Chr(13)))=0));
I used this to remove alt-enters from the excel dump and replace them with
the equivalent in access. Now it's giving me an error:
The Search key was not found in any record.
The criteria return plenty of records.
HELP!