value EDIT doesn't change where it is selected May 13, 2019, 08:56:05 AM Hello community,I have question about auto update to value:1) Created DB table "Products" with ID, name, price, category2) Created DB table like "Product_cat" with ID, name3) Used select box with query for "Products" table and category row.4) Created product categories with names: cat1,cat2,cat35) Created product with name and select category: prod1 and cat26) Renamed "Product_cat" cat2 to cat57) Information in "Product_cat" changed, but in Products it remains for prod1 (cat2) it just doesn't update in entire DB. Maybe someone has a solution for it? Or maybe I am doing something wrong? Quote Selected
Re: value EDIT doesn't change where it is selected Reply #1 – May 16, 2019, 11:00:28 AM @zte813 it seems you are storing the category name with the product instead of the category id. from the category select for product make sure you set the id as Value Field and name as Label Field, that should solve the issue. Quote Selected
Re: value EDIT doesn't change where it is selected Reply #2 – May 16, 2019, 02:38:03 PM Check out this video tutorial on youtube https://youtu.be/9h0ImxIPc4A Quote Selected