I was wondering how, without having a full version of Visual basic on a machine - just having a full version of MS Access installed - I could get functions like Right(), Left(), etc. to function in my backend visual basic code. Basically, I have some code to help adjust some data. It runs when a form button is hit. I want to give it out to people who only have Access installed on their machines, but because it relies on using functions like "Right()", it doesn't work on machines that just have Access installed. I don't really understand this. I guess I hadn't realized that those functions weren't part of VBA. HOw can I get them to work?<br><br>