Hi, I'm new to the forum and hoped I could get advice on how to make my Replace function work in Access 2010.
I'm trying to remove two statements in my colum and I can get one to remove but have difficulty (brain freeze) on how to make multipe. I do not know VBA only took a beginning Sql course - so I'm not an expert.
Worked - Degrees Awarded: Replace([Discipline #1],"Copy HS Diploma","-")
Does not work -
Degrees Awarded: Replace(Replace([Discipline #1],"Copy HS Diploma","-"), “GED”, “-“)
I'm HOPING there will be an uncomplicated solution - suggestions are greatly appreciated,
thanks - Mel
I'm trying to remove two statements in my colum and I can get one to remove but have difficulty (brain freeze) on how to make multipe. I do not know VBA only took a beginning Sql course - so I'm not an expert.
Worked - Degrees Awarded: Replace([Discipline #1],"Copy HS Diploma","-")
Does not work -
Degrees Awarded: Replace(Replace([Discipline #1],"Copy HS Diploma","-"), “GED”, “-“)
I'm HOPING there will be an uncomplicated solution - suggestions are greatly appreciated,
thanks - Mel