Kid_Icarus
Member
- Joined
- Dec 3, 2003
- Messages
- 9
I have learned how to use datasets to populate datagrids/textboxes, and how to manipulate the data (new, save, delete). But now Im stuck. I want to do a subquery...
In VB6 I could get the data (value) in the field in the current record by:
But how is this done with the dataset? I could of course refer to the bound textbox, but it doesnt feel so ...professional.
Anyone?
Thanks in advance. :-\
Kid Icarus
In VB6 I could get the data (value) in the field in the current record by:
Code:
adodc1.recordset!fieldname
But how is this done with the dataset? I could of course refer to the bound textbox, but it doesnt feel so ...professional.
Anyone?
Thanks in advance. :-\
Kid Icarus