Hi Bubbler
ho do you set up your database if you want to allow user to create one or more products with general info like (name , quantity, price ecc) and then to create categories to group those products
thanks for answering
Hi Bubbler
ho do you set up your database if you want to allow user to create one or more products with general info like (name , quantity, price ecc) and then to create categories to group those products
thanks for answering
Thanks but i want the user to create their own categories and then to group their products based on those categories:)
Got it.
Then instead of option sets … create a thing called category and relate it to the product either as a single category or a list of categories.
Yes, that’s what I’ve done. Category contains a list of Product. Then your users can create categories, and add products. And even move products from one category to another one, and so on.
ok but how do you set your data base?
I would do it this way.
Thanksss