Search results

  1. M

    Replace Function used in a query

    I'm using the replace function to select a "," and put in an "&". I only want to replace once and I need it to to start after x characters, we will say 5 just for this example. Replace([string],",","&",5,1) That is the command I am using. The problem is that if I use that function, it...
Back
Top Bottom