jonathanchye
Registered User.
- Local time
- Today, 23:55
- Joined
- Mar 8, 2011
- Messages
- 448
Hi,
I have implemented a lock button which works good in my form by locking all the controls in the form to prevent editing. However, this also locked my Search combobox.
This combobox basically searches records by unique ID. Is there anyway to lock everything except this combobox? I use the AllowEdits = false method to lock form and tried adding Me.cboSearch.Locked = false but that didn't work...
I have implemented a lock button which works good in my form by locking all the controls in the form to prevent editing. However, this also locked my Search combobox.
This combobox basically searches records by unique ID. Is there anyway to lock everything except this combobox? I use the AllowEdits = false method to lock form and tried adding Me.cboSearch.Locked = false but that didn't work...