I have a text box control on a form - I have the text box disabled in the properties. I want the text box to be visible on the form but I do not want it accessible at all times. I would like to be able to enable the control by use of a command button or a check box or something.
The reason I want to do this in this manner is due to the fact that the data is being input on the form via a scanner. The aforementioned text box is field that will typically auto-populate. But there are times it will need to be edited. Now...there may be other ways to approach this. But for now I am hoping that there is a way to enable/disable this text box on demand (command button or checkbox).
Anyone know how I might do this??
Thanks!
The reason I want to do this in this manner is due to the fact that the data is being input on the form via a scanner. The aforementioned text box is field that will typically auto-populate. But there are times it will need to be edited. Now...there may be other ways to approach this. But for now I am hoping that there is a way to enable/disable this text box on demand (command button or checkbox).
Anyone know how I might do this??
Thanks!