I am looking for some code for a macro
that will remove the "RC" off of the Course code
example data
11112345RC
12121231
sdswe2323RC
Desired results
11112345
12121231
sdswe2323
more info
Find What: tblEnrollments.[Course Code] = "RC"
Replace With : tblEnrollments.[Course Code] = ""
Look in : tblEnrollments.[Course Code]
Match: Anypart of field
Search All
that will remove the "RC" off of the Course code
example data
11112345RC
12121231
sdswe2323RC
Desired results
11112345
12121231
sdswe2323
more info
Find What: tblEnrollments.[Course Code] = "RC"
Replace With : tblEnrollments.[Course Code] = ""
Look in : tblEnrollments.[Course Code]
Match: Anypart of field
Search All