That's how it's supposed to work. You could try using form BeforeUpdate event and cancel the update via a message box prompt I suppose. Info about that form event:
https://docs.microsoft.com/en-us/off...reupdate-event
IIRC, if you want to extend this to new records, you'll need the form BeforeInsert event.
EDIT - if you want to be able to change either form and not be prompted until you close the main form, then the only solution I see is to unbind both forms. A lot of code for not much payback.
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.