Hi,
I'm having a problem in VFP9. I set a relation between two tables so that
the child should always be tied to the current row in the parent.
I have two grids on a form. One for the parent table and one for the child.
The problem is that when I move to a different record in the parent grid
the child grid doesn't change. The relation doesn't appear to be working.
I know my SET RELATION is correct b/c I can BROWSE the two tables and see
that the relation is working.
What do I have to do to make the relation work on the form?
Thanks, Frank