V
Vel
Hello,
Is there a way, preferably in a query, to replace the
last two characters of a particular field with two
different characters?
For example, I have a field in a query, which lists a
bunch of comma separated values. The last possible value
ends with a period. I want a function something like
this:
NewField: iif(right([MyField],2)=", ", [Myfield]
with ". " instead of ", ", [MyField] )
Now, I just cant figure out which functions to utilize in
order to replace just the last to characters of a
variable length string...
Vel
Is there a way, preferably in a query, to replace the
last two characters of a particular field with two
different characters?
For example, I have a field in a query, which lists a
bunch of comma separated values. The last possible value
ends with a period. I want a function something like
this:
NewField: iif(right([MyField],2)=", ", [Myfield]
with ". " instead of ", ", [MyField] )
Now, I just cant figure out which functions to utilize in
order to replace just the last to characters of a
variable length string...
Vel