Hi All,
I have a FORM (tomsform) that has a combo box on it (Combo15) that I want to makek Invisible based on the value currently in another Combo box (discind) on the same form.
Is there a way to set this conditional attribute ??
Something like
If tomsform.Combo15 <> 'SUW' then
tomsform.discind.visible = false
and then re-query to refresh the form.
I looked in the FAQ but could not find a similar issue.
Thanks in advance for any help
Tom
Tom Moran
Lansing, Michigan
I have a FORM (tomsform) that has a combo box on it (Combo15) that I want to makek Invisible based on the value currently in another Combo box (discind) on the same form.
Is there a way to set this conditional attribute ??
Something like
If tomsform.Combo15 <> 'SUW' then
tomsform.discind.visible = false
and then re-query to refresh the form.
I looked in the FAQ but could not find a similar issue.
Thanks in advance for any help
Tom
Tom Moran
Lansing, Michigan