I made 2 changes to your example to open the FakeMVF_Control over the button that opens it from frmUsersADO.
frmUserADO, pass the Left and Top though OpenArgs
Private Sub cmdAddremove_Click()
DoCmd.OpenForm "FakeMVF_Control", , , , , acDialog, _
Me.Form.WindowLeft _...