Can someone please tell me what the carriage return symbol is in SQL??
Here is my statement:
UPDATE Illness SET Illness.[Notes] = "SPU=[K89034] SPL=[SMITH] SPF=[JOHN]"
WHERE (((Illness.Notes)<>""));
I a carriage return to be between SPU, SPL, and SPF.
Any help at all is greatly appreciated.
Thanks,
Chris
Here is my statement:
UPDATE Illness SET Illness.[Notes] = "SPU=[K89034] SPL=[SMITH] SPF=[JOHN]"
WHERE (((Illness.Notes)<>""));
I a carriage return to be between SPU, SPL, and SPF.
Any help at all is greatly appreciated.
Thanks,
Chris