Larft
Technical User
- Dec 9, 2002
- 55
I use a form to enter new records and update existing records in my DB and use a combo box in the form header to look up the record I want to edit. This functions perfectly but what I want to be able to do is to use the same form to also view records in read only mode, I have tried this by assigning a macro to a button to open the form as read only, the problem is that the combo box is then locked due to the state of the form so it no longer functions. I have too many controls on the form to want to mess with locking and unlocking them, any suggestions on the best approach for this? Is there code I can use to just lock the data but still be able to change the value in the combo box?
Thanks in advance!
Thanks in advance!