
One one form based on a control value in another
Hi
I've just started to use VB6 to create a front end to a database. So far
i've managed to use ADO to retreive information but i'm having a few
problems controlling my forms.
I have a form(form1) that contains a Datagrid control which is filled with
a recordset. How can i retreive a value of a field in the current row of
the datagrid and then pass this value to another form(form2). Ideally i
would like to be able to open form2 where one of the controls on form2
equals the value in (form1).
Any help to get me started greatly appreciated.
Thanks
Chris