I have a mshlexgrid that shows information from a recordset.

Is it possible, when the user double clicks on a particular record on the mshflexgrid, it can go into my other form and display the full details about that record?

i.e the mshflexgrid only provides selected information about a particular invoice. If i double click on it, it can go into my main form and show the full invoice via a procedure that i have called display (it shows the invoice).

I hope i have been clear.

Can this be done? if so how?