My views work fine if I'm working with tables that don't have a one-to-many relationship but I run into trouble when I have the following:
I have a check file (parent) which will have a single record for check '111111'. The child table may have several detail records. Different transactions but all combined into check '111111'.
The view will only seem to change the field in the first child record and leaves subsequent one unaltered. What should I be looking out for here?
many thanks
rgw
I have a check file (parent) which will have a single record for check '111111'. The child table may have several detail records. Different transactions but all combined into check '111111'.
The view will only seem to change the field in the first child record and leaves subsequent one unaltered. What should I be looking out for here?
many thanks
rgw