In My table, i have a field with values 0 and date. i am using replace function to change all 0 to No using the below replace function. But while i do this, the 0 value in date also converting to No. Like the following 25/5/2015 changing to 25/5/2No15
But i want the data 0 to become No
Replace([Field1], "0", "No")
Field1
0
25/5/2015
Please suggest.
But i want the data 0 to become No
Replace([Field1], "0", "No")
Field1
0
25/5/2015
Please suggest.