How do I add a record from the main table to the child table by editing with action?
Add records directly to the child table without opening the main table detail page.
Thanks
How do I add a record from the main table to the child table by editing with action?
Add records directly to the child table without opening the main table detail page.
Thanks
LINKTOFORM(“Child_Form”, “ParentID”, [_THISROW].[ID])
thanks
Nicely done!
For reference: