Note: I am posting this in both the General and Database forums.

Scenario: I've got an MSFlexGrid bound to a DataControl pointing to a particular table in an Access database. I've got the grid set up to select by row. The user can select multiple rows (contiguous only) by dragging with the mouse; this is fine.

Having hardly ever used the MSFlexGrid control, I am unfamiliar with how to use its numerous properties. All I want to do is the following:
(1) Find what rows the user selected
(2) Extract data from particular cells in those selected rows.

Can someone give me hand? Thanks in advance.