How to Exchange the position a text in a field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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

Thanks

Fernando Ríos
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top