I have a main form (1st) that has a command button to open another form (2nd) for project lookup. The 1st form has a procedure to Maximize when opened. In the 2nd form when the user select the project from the combo box, the 1st form opened maximize with the desired record selected. However, when the user click on the command button to look for another project, the 1st form opened but did not maximize the form. How can I get the 1st form to maximize any time a record selected from the 2nd form. I know is kind of confusing, all I want is the 1st form to stay maximize whenever a record is selected from the 1st form.
Thanks in advance
Note: the 2nd form is not set to maximize.
Thanks in advance
Note: the 2nd form is not set to maximize.