Hi everyone,

I'm new here and to programming so please bear with me. This is my first of what will probably be a few questions.

I have looked over the posts and tried to search the posts to see if this has been covered elsewhere.

I am using Visual Studio 2005 creating an application over an Access 2003 database. I am getting the dataset and a datagrid just fine.

What I want is to select a line in the datagrid that will launch a tabbed winform to edit that row of data.

The idea is similar to MS Outlook when looking at a Contacts List. You double click the row and it launches a nice form with tabs to edit the contact info.

Any tips on how to call the winform with the data bound to it? At least point me in the right direction?

Or does anyone know of an available component that already does this?

Thanks everyone.