Okay, I am going nuts trying to figure this out. I am somewhat of an intermediate VB programmer and I have no idea where to go about figuring out this problem. I am writing a helpdesk database type app and I ran into a problem. I have a form with a datagrid on it. The datagrid is populated by data from an MS Access database. This datagrid is somewhat of a "directory" listing of calls that are logged into the "helpdesk database" . The list just contains, ContactID, LastName, FirstName, and date of contact fields. I want the user to be able to click a specific record in the datagrid and a form for that specific record to pop up containing the ENTIRE record for that call. Any ideas would be greatly appreciated.

Thanks