Hi,
If I am reading it right, you want to be able to open another form when a user clicks onto a line of the FlexGrid.
Option Explicit
Dim myRecord As Long
Private Sub MSFlexGrid1_DblClick()
myRecord = MSFlexGrid1.Row
MsgBox "Selected record: " & myRecord
' Load edit form using record ID to search database
' for selected record
End Sub
pG
purplegerbil
Junior Poster in Training
78 posts since Apr 2005
Reputation Points: 24
Solved Threads: 6