Here's my answer
So here's the answer I found. Yes, it's true that subforms have the same properties, I just couldn't get the syntax to refer to them right. Here's an example:
Forms!frmInputMainbyEntry.Form!FrmSubInputDetail.Form.AllowDeletions = False
This does the trick.