Hello experts,
I was able to utilize the replace feature with one table but now am having difficulty coding it to work with multiple joined tables.
This works with no joined tables:
Replace(Replace(Replace([Degrees],"Copy HS Diploma",""),"GED",""),"High School transcript;","")
What I've discovered is, the query I'm using has joined tables and I receive a data type mismatch error and/or too complex error.
(don't laugh at my table name - I inherited it ;( Master Faculty_2010-11 and column is "Degrees"
I tried this with no success:
Replace(Replace(Replace([Master Faculty_2010-11].[Degrees],"Copy HS Diploma",""),"GED",""),"High School transcript;","")
Any advice to correcting this query is greatly appreciated.
Mel
I was able to utilize the replace feature with one table but now am having difficulty coding it to work with multiple joined tables.
This works with no joined tables:
Replace(Replace(Replace([Degrees],"Copy HS Diploma",""),"GED",""),"High School transcript;","")
What I've discovered is, the query I'm using has joined tables and I receive a data type mismatch error and/or too complex error.
(don't laugh at my table name - I inherited it ;( Master Faculty_2010-11 and column is "Degrees"
I tried this with no success:
Replace(Replace(Replace([Master Faculty_2010-11].[Degrees],"Copy HS Diploma",""),"GED",""),"High School transcript;","")
Any advice to correcting this query is greatly appreciated.
Mel