M
MSA
I have a form that has a combo box called "Product", now each product has an
associated RO#. So when a user selects a Product the related RO# should auto
fill in the second text field.
Secondly, the user may decide to change the product selection during form
entry the RO# field which is filled already based on the earlier Product
selection should be able to detect that the combo box Product has been
updated and populate itself with the relevant Ro#.
Let me, try to explain by example
I have a combo box called "Product", having the following enteries each with
a unique RO#:
Product: A Ro#: 1
B 2
C 3
Now, based on the Product selected from the above list an RO# should be
automatically loaded in the RO# field.
The other thing is that if a user decides to change the selection in Product
combo box prior to saving e.g.
User selects Prod=A
Ro# should be filled with "1"
Now the user decides to change the Product selection to: C
RO# should detect the change update accordingly by filling it with "3".
Please let me how best this can be done, thanks in advance.
Regards,
MSA
associated RO#. So when a user selects a Product the related RO# should auto
fill in the second text field.
Secondly, the user may decide to change the product selection during form
entry the RO# field which is filled already based on the earlier Product
selection should be able to detect that the combo box Product has been
updated and populate itself with the relevant Ro#.
Let me, try to explain by example
I have a combo box called "Product", having the following enteries each with
a unique RO#:
Product: A Ro#: 1
B 2
C 3
Now, based on the Product selected from the above list an RO# should be
automatically loaded in the RO# field.
The other thing is that if a user decides to change the selection in Product
combo box prior to saving e.g.
User selects Prod=A
Ro# should be filled with "1"
Now the user decides to change the Product selection to: C
RO# should detect the change update accordingly by filling it with "3".
Please let me how best this can be done, thanks in advance.
Regards,
MSA