Hello,
I am trying to restore a form that has been minimized previously, on the click of a button in another form.
Minimize was straightforward but restoring the form back to its original size is proving difficult.
I have tried the code
DoCmd.Maximize "FormName"
and
DoCmd.Maximize acForm "FormName"
and
DoCmd.Restore acForm "FormName"
etc.
Where is my syntax wrong?
Inky
A fool and his money are soon parted - so you might as well send it to me!
I am trying to restore a form that has been minimized previously, on the click of a button in another form.
Minimize was straightforward but restoring the form back to its original size is proving difficult.
I have tried the code
DoCmd.Maximize "FormName"
and
DoCmd.Maximize acForm "FormName"
and
DoCmd.Restore acForm "FormName"
etc.
Where is my syntax wrong?
Inky
A fool and his money are soon parted - so you might as well send it to me!