I have a form containing two tables linked as one-to-many. The form contains some fields from the parent table, and a grid from the child table.
I would like to include navigation buttons which move the parent key. However, the nav buttons (using skip function) seem to only advance through the child table one record at a time. I have tried setting focus onto one of the parent key fields first, but this has no effect.
How can I skip through records on the parent table only?
Thanks,
Regan
I would like to include navigation buttons which move the parent key. However, the nav buttons (using skip function) seem to only advance through the child table one record at a time. I have tried setting focus onto one of the parent key fields first, but this has no effect.
How can I skip through records on the parent table only?
Thanks,
Regan