I've got a database which lists a load of products it works fine except when I have a product which fits into more than one category. I don't want to add multiple entries of the same product just with a different category every time as that would result in more duplicate records than products.
Can anyone suggest a way in which I can add a product to a database but have it fit multiple categories? I was thinking a standard text box and then explode the field in the record but I figure that there must be a better way than that.
Any help would be hugely appreciated