Seemingly Simple Problem [RESOLVED]
I have a form with some textboxes and radio buttons that enters data into a database. Often I need to enter sets of very similar data consecutively, like only a radio button needs to be changed for the next set of data, or the data in a single textbox is changed. Therefore, I don't clear the contents of the form once one set of data is submitted since it is easier to just tab to the proper control and change it rather than re-entering duplicate information.
The problem - well, more of an annoyance, really - is that when I tab to the textboxes, the contents aren't highlighted so I can just start over typing what is there. I know I can just do Shift+End and highlight the whole box, but I _SHOULDN'T_ have to, gosh darnit.
What irks me even more is that one of the textboxes is for a date and I have the form load event put today's date in there for me. When I tab to this textbox, it does get highlighted, as long as I don't change the date.
How do I get the rest of my textboxes to highlight on subsequent tabs? Is there a property or something?