Hello all,
I have a DBC with two tables, TableA Parent and TableB Child in the dataenvironment on a form. TableA has a primary Index set for the relationship with TableB. I have dragged TableB onto the form to create a grid. TableA's selections are in a ComboBox which when clicked will change the records in the grid (all fine at this point).
The point im stuck at is...i want to be able to let the user sort the grid on a chosen field. I have created other index's on TableB but when I choose them the data disappears from the grid.
Is there a way to maintain the relationship with the parent but to also have the option to sort the resulting data on specific fields???
Tx's in advance,
Mac.
I have a DBC with two tables, TableA Parent and TableB Child in the dataenvironment on a form. TableA has a primary Index set for the relationship with TableB. I have dragged TableB onto the form to create a grid. TableA's selections are in a ComboBox which when clicked will change the records in the grid (all fine at this point).
The point im stuck at is...i want to be able to let the user sort the grid on a chosen field. I have created other index's on TableB but when I choose them the data disappears from the grid.
Is there a way to maintain the relationship with the parent but to also have the option to sort the resulting data on specific fields???
Tx's in advance,
Mac.