I have two tables which have a relationship set. When the record pointer is moved in the Parent I need to know how many records there are in the Child. Any Ideas on how I can achieve this?
(Assume the relation expr. is Code)
In the Parent alias:
SET SKIP TO (chindren alias)
GO RECN()
m.Code= Code
COUNT TO NumberOfRec WHILE chindren.Code = m.Code
(that ~ move to next record in Parent alias)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.