1

(1 replies, posted in Script)

Hi

I have a combo box which depending on what the user selects in it, it should update/change an image.
Example:
2 tables
Table1: Products (a dictionary) with fields
- name, TXT
- picture, IMAGE

Table2: Orders with fields
- id_product (linked by relationship with the product name field on Table1
- quantity

Now, what I need is to have an Orders form which has a comb box and an image.
When the user selects the product from this combo box it should update its corresponding image.


Can someone show if this can be done with MyVisualDatabase?

Thank You