Hello,
I was trying to update a field in the database but the string of text that I'm trying to insert gets cut off after the ampersand i.e.
UPDATE remarks
set remark_ovrd='Beautiful House with pool overlooking the Las Vegas Strip, nice back yard, well kept & maintained'
where list_recno=123542
I tried escaping the ampersand with && but that just prompts me to enter a value for maintained...any help would be appreciated. Thanks in advance.
I was trying to update a field in the database but the string of text that I'm trying to insert gets cut off after the ampersand i.e.
UPDATE remarks
set remark_ovrd='Beautiful House with pool overlooking the Las Vegas Strip, nice back yard, well kept & maintained'
where list_recno=123542
I tried escaping the ampersand with && but that just prompts me to enter a value for maintained...any help would be appreciated. Thanks in advance.