I have main from linked with subform ( relation one to many)
i want command if subfrom records.value = "inprogress" then
me.parent.filed.enabled=false
Else
me.parent.filed.enabled=true
The subform can contant many records so if any records value = "inprogrees"
i want disabled one filed in mainform
i want command if subfrom records.value = "inprogress" then
me.parent.filed.enabled=false
Else
me.parent.filed.enabled=true
The subform can contant many records so if any records value = "inprogrees"
i want disabled one filed in mainform
Last edited by a moderator: