F
Flora
I want to look through a set of records to determine if the value
"other" exists (like under the COLOUR column below). If "other" exists
in the COLOUR column, then I want to enable the OTHER text box in the
form to allow the user to enter the specific colour. For example:
ITEM_ID COLOUR (combo box) OTHER (text box)
A1 red
A1 blue
A1 other azure
B2 yellow
B2 green
C3 blue
C3 other emerald
Currently I have a form with the primary key ITEM_ID and the OTHER text
box field. I have a subform that shows all the COLOURs for each item.
I want the OTHER text box on the form to be enabled only when "other"
is selected under COLOUR in the subform.
How do I filter through the selected group of records (for example, for
ITEM_ID A1) to determine whether "other" has been selected, so I can
either enable or disable the OTHER text box? What is the best method
to achieve the desired result?? Any options? Please show me any
syntax you'd recommend.
Thanks so much!!
"other" exists (like under the COLOUR column below). If "other" exists
in the COLOUR column, then I want to enable the OTHER text box in the
form to allow the user to enter the specific colour. For example:
ITEM_ID COLOUR (combo box) OTHER (text box)
A1 red
A1 blue
A1 other azure
B2 yellow
B2 green
C3 blue
C3 other emerald
Currently I have a form with the primary key ITEM_ID and the OTHER text
box field. I have a subform that shows all the COLOURs for each item.
I want the OTHER text box on the form to be enabled only when "other"
is selected under COLOUR in the subform.
How do I filter through the selected group of records (for example, for
ITEM_ID A1) to determine whether "other" has been selected, so I can
either enable or disable the OTHER text box? What is the best method
to achieve the desired result?? Any options? Please show me any
syntax you'd recommend.
Thanks so much!!