I have two SP lists, lstParent and lstChild.
lstParent has a unique field called ID and is related to lstChild by a field called ParentID.
Both lists are properly displayed in a web-part page and they are synchronised together well; i.e. lstChild can shows only the related items of lstParent well.
Now my question:
When I add a new item in lstChild, is it possible to make the default value of the ParentID field to the current lookup value of the ID field of lstParent? For example, if lstChild currently displays the related records for ParentID 11, then when a new record should have this field default to 11. Is there any way to do so? Please advise.
Norman