How to Exchange the position a text in a field

F

Fernando Ríos

There is available some function to exchange a text field in Access or with
Visual Basic.

Thanks

Fernando Ríos
 
D

Dirk Goldgar

Fernando Ríos said:
There is available some function to exchange a text field in Access
or with Visual Basic.

I'm sorry, I don't understand your question. Could you give an example
of what the field should look like before and after this operation?

Maybe you are looking for the StrReverse() function:

?StrReverse("abcde")
edcba

But I'm not at all sure that's what you want.
 
Top