I have a drop down box on a continuous form called (cmbItem)
When the users choose Option 6 (Other)or on the open event I wish to show another field txtOther which allows the user to give a description of what 'other' means but I only want to show the field for that record. (the user could potentially have more than one record as other)
Using conditional formatting I have managed to change the colours of the box so that the background is the same colour as the form unless other is chosen when it reverts to white. However I can't do the same with the border as this is not one of the options provided.
I need to use VBA but I am struggling to use the formatcondtions .add
Any help would be very appreciated.
When the users choose Option 6 (Other)or on the open event I wish to show another field txtOther which allows the user to give a description of what 'other' means but I only want to show the field for that record. (the user could potentially have more than one record as other)
Using conditional formatting I have managed to change the colours of the box so that the background is the same colour as the form unless other is chosen when it reverts to white. However I can't do the same with the border as this is not one of the options provided.
I need to use VBA but I am struggling to use the formatcondtions .add
Any help would be very appreciated.
Comment