I have a listview control with the view set to lvwReport. I want to display the contents of a description field in my database dependant on what item in the first column of my listview control the mouse is hovering over. The mouse_move event will contain an SQL pass through query that will return the description field as a recordset member. My question is how do I capture the text of the listview column during a mouse_move?