What I have is this -
I have a form well call it frmClients (set to maximize on load) that has a clickable label that opens a msgbox and then a form (well call it frmNew).
Problem is that know if you maximize one thing it does it to all so frmNew opens maxed and it doesn't look good. So on open I put in DoCmd.Restore.
Everything works as it should but when that form is closed i want my frmClients to go back to maximize and I cannot figure out how to do this.
Could anyone help with this?
I have a form well call it frmClients (set to maximize on load) that has a clickable label that opens a msgbox and then a form (well call it frmNew).
Problem is that know if you maximize one thing it does it to all so frmNew opens maxed and it doesn't look good. So on open I put in DoCmd.Restore.
Everything works as it should but when that form is closed i want my frmClients to go back to maximize and I cannot figure out how to do this.
Could anyone help with this?