Hello Everyone,
I'm trying to create a new field(2) based on another field(1) in my query.
The goal is to replace words in field(1) and display them in field(2).
So for example I have the word "apple" that is in field(1) and needs to be replace with orange in field(2). And if no replacement can be done just show the original value from field(1).
I have like 5 words that need to replaced in field(1)
I think it is just like a calculated field but i tried going that way with the expression builder but I cannot get it to work with the replace function. As i'm new to this i'm probably doing something wrong.
(I cannot edit the original table to reflect what I'm trying to achieve)
Also i need to be able to add multiple values to the formula to be able to replace the 5 words in field(1) and be able to show them in field(2)
so the original table stays intact but the new table just has formatting done to it.
As I'm new to access (2010) and cannot write VBA or SQL I'm hoping someone can show me an easy way to achieve this via the expression builder in combination with a query or report.
All help is welcome!!! And thanks in advance!!