Hi guys,
I have established a relationship between two tables. The parent table is in the main form while the child table is in the grid of another form. My problem is, all the records in the child table is being displayed in the grid. I only need to display only those records that satisfy the same batch number of the current batch number of the parent table. Example: If 1 batch of the parent table corresponds to the 5 records of the child table, these 5 records will be displayed in the grid. The problem is, all the records were displayed. To give you more info: I have set the Linkmaster property to parent table and RelationalExpr property to batch ( the common field of the parent and child).
I'm using vfp 6.0.
Thanks in advance.
Bren
I have established a relationship between two tables. The parent table is in the main form while the child table is in the grid of another form. My problem is, all the records in the child table is being displayed in the grid. I only need to display only those records that satisfy the same batch number of the current batch number of the parent table. Example: If 1 batch of the parent table corresponds to the 5 records of the child table, these 5 records will be displayed in the grid. The problem is, all the records were displayed. To give you more info: I have set the Linkmaster property to parent table and RelationalExpr property to batch ( the common field of the parent and child).
I'm using vfp 6.0.
Thanks in advance.
Bren