Hi All,
I have a form which is used on its own standalone and is also used as a subform. I want to make it read only when opened as a standalone.
It’s opened from a command button using
DoCmd.OpenForm "frm Vendors Secondary", acNormal, , "[EquipmentIDFK]=" & EquipmentID, , acFormReadOnly...