Hi
My main form has the following command line
DoCmd.Maximize
Which is exactly what I want. BUT I have added a text box with a macro to open another form to enable adding data to a combo box and the problem is it keeps opening in maximize mode. I think this is related to the fact the main form is set to do this.
Does anyone know a way around this?
Also::
When I use other command buttons the main form is no longer maximized which is really annoying.
Can anyone help please?
Thanks in advance
Tanya
My main form has the following command line
DoCmd.Maximize
Which is exactly what I want. BUT I have added a text box with a macro to open another form to enable adding data to a combo box and the problem is it keeps opening in maximize mode. I think this is related to the fact the main form is set to do this.
Does anyone know a way around this?
Also::
When I use other command buttons the main form is no longer maximized which is really annoying.
Can anyone help please?
Thanks in advance
Tanya