I've created a form to make entering items into a table easier. Thing is, I don't want it to be used to edit entries, so I locked the text boxes. I'm trying to check for a new record whenever it switches records, and if it's a new one, to unlock all the fields. Any ideas on how to do this? Or a suggestion on a different way to do this?
EDIT: Also, to clear up confusion, I have a few comboboxes to make entering data easier. For locked controls, you can still pull down the comboboxes, so I changed them to text boxes. Is there any way to change them at runtime?
EDIT: Also, to clear up confusion, I have a few comboboxes to make entering data easier. For locked controls, you can still pull down the comboboxes, so I changed them to text boxes. Is there any way to change them at runtime?
Last edited: