Is there a way to lock a subform if the main form is not a new record? I use code to keep users from editing a record on a form if it's not a new record.. If Me.NewRecord Then Forms![IDC Receipt Form].AllowEdits = True Else Forms![IDC Receipt Form].AllowEdits = False.. This locks the user from making edits to the main form but not the sub.. How can I lock them out from the subform [ReceiptSubform]? Thanks..



