Blue_Jazz
04-04-2001, 10:00 AM
Okay, I am going nuts trying to figure out this problem and I am sure this is simple. I'm using VB6 to write an app but I can't get help from any of the VB specific forums so perhaps one of you can help me. I have a form that has a datagrid on it. I want the user to be able to click on a specific recordset item and then get directed to a form containing all of the detailed fields for that recordset item. Is there anyone that knows how to do this? Thanks
Is the data grid the same as a continuous form with multiple textboxes laid out to look like a spreadsheet? If so each text box has a click event which can be used to carry out any action you want.
Hey,
welcome in the Access-programmers world! That's why most of us don't drive crazy or get lost at seeking thousands of pages or hours in vain: Those troubles you can't get in Access, but in that lousy VBxx....
Try help on datagrid-properties like an event called datagrid_OnClick() or datagrid_Item_Clicked() - for more I needed to go all through it, which I really don't like.
VB6 is not worth more than $10.
Mic