Search code examples
ms-access

MS Access Form Textbox not Editable


I have setup a textbox in a form in Access. The form is linked to a table. But the textbox it self is unbound, it is used to simply gather user input. However, I can't edit the value went it's viewed.

The textbox is not locked. The textbox can be set value in VBA. Textbox have no ControlSource. I can edit it in DesignView.

Any ideas?


Solution

  • I think vba controls have two properties which can cause this. Locked and Enabled. Is the textbox enabled?