I have two cascading combo boxes; one filters data for the next - nothing special.
The first combo box – after performing a DLookUp in the ‘On Change’ event – will determine a value for the second combo box. If it determines a BLANK value, I want the user to change the value to anything provided in the drop-down in the second combo box. This works fine.
But what I want to do is lock the value in the second combo box if the first combo box determines a NON-BLANK value; i.e. I don’t want the users to be able to change the second combo box if it is NOT BLANK. I don’t know how to do this.
Regards.