Hello. Here is the exact field value from table (the field type is long text):
--------
11/26/2013 11:20AM - File withdrawn. - Mailed withdraw letter to applicant. - Blake Adams 11/21/2013 3:40PM - Will withdraw file - Sam Rogers
--------
here is what works perfectly:
Field1: Replace([data],"11/26/2013", "ABCD")
here is what does not work:
Field1: Replace([data],"[0-9][0-9]/[0-9][0-9]/[0-9][0-9][0-9][0-9]", "ABCD"
It's a good thing that I am patient; it's as if the Access Gods are taking revenge on me for something.
jk.
--------
11/26/2013 11:20AM - File withdrawn. - Mailed withdraw letter to applicant. - Blake Adams 11/21/2013 3:40PM - Will withdraw file - Sam Rogers
--------
here is what works perfectly:
Field1: Replace([data],"11/26/2013", "ABCD")
here is what does not work:
Field1: Replace([data],"[0-9][0-9]/[0-9][0-9]/[0-9][0-9][0-9][0-9]", "ABCD"
It's a good thing that I am patient; it's as if the Access Gods are taking revenge on me for something.
