I want to display some information from fields in a table using simple txtboxes, however, I want these to be uneditable (but other things in the form to be editable) because it is just for displaying purposes. I don't want to set Enabled to No simply because it greys out the txtbox and makes it hard to read. How can I set individual txtboxes to be uneditable or even unselectable?
wow, that is really easy, and painfully obvious
Thanks
Microsoft Access
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.
ASKER
Thanks