As most of you know, there is a multiselect option with a dbGrid and when this is set to true the user can select mulitple records. Within the code, I need to use the Bookmark to find and work with the selected records. My problem is this: I need to do a check on the count for selected records and I need two separate sections of code for a count = zero and a count greater than zero. Is there a way to automatically 'select' the current record so I never have a count of zero or is there a third party dbgrid VCL that auto selects the current record upon entry into the form?