I created a form app and then I added an additional field. That field is image(database) field. The idea is to show the product images where product information is in table and images are in other table.
When I click run the app shows the images if the first product just fine. When I click next button to go to the other product, the images disappear. Then, if I click “Back” button to return the first record the images also disappear. So, the images show up only on the first run of the app.
BTW, I linked that additional field to the image table and I selected the foreign key to be the product id (product_id isn’t primary key of the app).
Please let me know if this is a bug, or I did something wrong.