I have imported a list of urls with several other fields i need to analyze, but I need to cut the characters after the "?" out of the URL field.
I was going to use a replace() formula to remove everything after the question mark, but i have no way of telling the formula what character to start the replace. If Access had a find() or a search() formula like excel, i could know the number of characters in the string to start the replace and then remove them. Is there a similar find or search function in Access?
I was going to use a replace() formula to remove everything after the question mark, but i have no way of telling the formula what character to start the replace. If Access had a find() or a search() formula like excel, i could know the number of characters in the string to start the replace and then remove them. Is there a similar find or search function in Access?