A
astro
Can someone show my example syntax that gets pointers to both the parent and
child tables of a datagrid on a form showing a child table? The datasource
is a dataview, the datamember is the relationship name (e.g. 'OrderDetail')
i.e.....(air code following)
dim dtParent as dataTable
dim dtChild as dataTable
dtParent = mygrid.....
dtChild = mygrid
thank you.
child tables of a datagrid on a form showing a child table? The datasource
is a dataview, the datamember is the relationship name (e.g. 'OrderDetail')
i.e.....(air code following)
dim dtParent as dataTable
dim dtChild as dataTable
dtParent = mygrid.....
dtChild = mygrid
thank you.