Hi,
This should be simple but I'm having difficulties.
I have a simple update query with a text field in it, I want to add a little VBA so that if the field (called [Product]) contains text that begins with a comma "," then it will remove that comma and only that comma, completely.
Thanks.
E.G. I want the following string:
,Product1, Product2, Product3
to look like this:
Product1, Product2, Product3