|
|
Question : Subform Cursor and Row Color
|
|
This question does not relate to the funtionality of my database, but I believe that it will increase the level of professionalism in the database's appearance. I have numerous subforms, all in datasheet view, on which the user can select a record. Currently, when the user clicks a record, the in text editor cursor shows up in the clicked column. Is it possible to always have the traditional arrow cursor, and the selected record row will have a different color. See the attached picture for a better understanding of what I am attempting to accomplish.
|
Answer : Subform Cursor and Row Color
|
|
Unfortunately, if your controls aren't Enabled then you can really run code that would do this.
Try adding a Label (set the .Caption to a space), then select Format - Bring To Front. This might allow your to "activate" that record ...
|
|
|
|
|