matrixindicator
IS-IT--Management
Hello,
I have a drop down box in a order subform.
The user select an article with a combobox.
The values of this combobox is a article list.
In this articles list we have a field "pie".
Eg
If there is written "pie" in the field PIE then after selection of the article in the combobox then another combobox Number of Persons should set to visible. If there is nothing available then combobox Number of Persons should be invisible.
Can you simple work with ?
This seems not to work.
I have a drop down box in a order subform.
The user select an article with a combobox.
The values of this combobox is a article list.
In this articles list we have a field "pie".
Eg
Code:
ARTICLE | PIE
chocolate |
pie1 | pie
pie2 | pie
pie3 | pie
chocolate |
If there is written "pie" in the field PIE then after selection of the article in the combobox then another combobox Number of Persons should set to visible. If there is nothing available then combobox Number of Persons should be invisible.
Can you simple work with ?
Code:
if ..
cboxPersons.visible = true
else
cboxPersons.visible = false
end if