Hello, I have been searching online for ever trying to find some thing that will work for my issue.
1. I have a combobox set up on a form with a list to choose from.
.
2. When the user comes to a new record, the combobox would be blank.
3. I have set the properties to "Enabled NO".
4. I created a button next to the combobox which will enable it (password protected code) whenever I need to make a selection.
5. I can then make my selection once enabled.
6. I created another button, to the right side of the combo, which will disable it again.
I am looking for a cleaner way to this. I want to be able to make my selection then have the combo lock down after update.
I need to have the combo box locked all the time, even when its blank. I don't want the user to be to make any selection, the manager should be the only person allowed to make this selection using a password. The ideal scenario would be to click the button, enter the password, make the selection then the combo would lock down again without having a second button to lock it down.
1. I have a combobox set up on a form with a list to choose from.
.
2. When the user comes to a new record, the combobox would be blank.
3. I have set the properties to "Enabled NO".
4. I created a button next to the combobox which will enable it (password protected code) whenever I need to make a selection.
5. I can then make my selection once enabled.
6. I created another button, to the right side of the combo, which will disable it again.
I am looking for a cleaner way to this. I want to be able to make my selection then have the combo lock down after update.
I need to have the combo box locked all the time, even when its blank. I don't want the user to be to make any selection, the manager should be the only person allowed to make this selection using a password. The ideal scenario would be to click the button, enter the password, make the selection then the combo would lock down again without having a second button to lock it down.