HighLightUK
Technical User
How easy are these to create?
I have a combo box which filters the contents of a subsequent combo box depending on the value selected.
When the user selects a value from the second combo, I would like to create a different input mask for each selection. Then the user only needs to enter a number instead of letters and a number.
If the user selects Fault from combo1, combo2's values will be:
ID Text
1 Emergency
2 Next day response
3 7 day response
4 30D Routine
5 Day Burner
6 Cable Fault
I am trying to force an input mask as follows:
ID Mask
1 E-
2 N-
3 7DF-
4 30D-
5 DB-
6 CF-
If the user selects a 7 day response, the FaultNo field will have a mask of 7DF-, and the user enters a number up to 3 digits in length etc.,
I have a combo box which filters the contents of a subsequent combo box depending on the value selected.
When the user selects a value from the second combo, I would like to create a different input mask for each selection. Then the user only needs to enter a number instead of letters and a number.
If the user selects Fault from combo1, combo2's values will be:
ID Text
1 Emergency
2 Next day response
3 7 day response
4 30D Routine
5 Day Burner
6 Cable Fault
I am trying to force an input mask as follows:
ID Mask
1 E-
2 N-
3 7DF-
4 30D-
5 DB-
6 CF-
If the user selects a 7 day response, the FaultNo field will have a mask of 7DF-, and the user enters a number up to 3 digits in length etc.,