I've got a template form that has all the command buttons that are needed for navigation and save/exit/copy/delete on a form.
I just got started with a complicated continuous-sub form (my first) and for the moment I'm using Record Selector Yes,
because without it I'm lost as to which row/record is active (the "row" is actually four lines of textboxes deep).
The record selector is great in knowing which record is active but it's save/delete/move features conflict with my navigation command buttons and the code behind them.
I'm thinking a similar thin label with the verticle word "Active" might do the trick, and the other rows shown with a grayed-out label.
But so far, if I set a label color or text, it gets applied to all the rows, as they all share the same properties.
Got a trick to find out which row is active and set the label property for just that row/record?
(And for those that have been giving some attention to my "silly" questions, you can see here some of your great suggestions being used.)