I would not dare label myself as a programmer. But I am running a website with a storefront. I want to label some of my products with multiple categories. This involves creating one column in my MS Access database (called categories) that has categories separated by commas. i.e. "shirts,clothing,wearables,sports"
I've added a lookup column that does this fine and inserts the categories I choose for a particular product. The problem is that when I export my database into a txt file, Excel file, etc... this column shows up with semicolons! "shirts;clothing;wearable;sports"
Now, I could go and replace all semicolons with commas in that column, but I'm hoping there is an easier way to do this within MS Access. Perhaps a setting I am not aware of?
Any assistance would be greatly appreciated!