I have a form (PROJECT_FRM)that is a popup called from a command button from the switchboard and is bound to a table for data entry.
What I would like to accomplish is to have a 2nd popup form PROJECTHELP_FRM (which is an unbound form) open after the PROJECT_FRM opens.
PROJECTHELP_FRM has a command button that allows the user to close the form. The main purpose of the 2nd popup is to have the form data entry instructions displayed to the user.
Ultimately, the PROJECTHLP_FRM would have checkbox that the user could select to disable the form from opening once they are comfortable with the data entry process on the form. I have a command button on the form PROJECT_FRM to open the PROJECTHELP_FRM as well and this works fine (2nd form on top of the main form).
I have seen a couple of posts stating you cannot open 2 popups at basically the same time.
Tried a couple of ideas (OnOpen, OnLoad and the 2nd form loads behind the first). No way to resize the 1st form.
Ideas?
What I would like to accomplish is to have a 2nd popup form PROJECTHELP_FRM (which is an unbound form) open after the PROJECT_FRM opens.
PROJECTHELP_FRM has a command button that allows the user to close the form. The main purpose of the 2nd popup is to have the form data entry instructions displayed to the user.
Ultimately, the PROJECTHLP_FRM would have checkbox that the user could select to disable the form from opening once they are comfortable with the data entry process on the form. I have a command button on the form PROJECT_FRM to open the PROJECTHELP_FRM as well and this works fine (2nd form on top of the main form).
I have seen a couple of posts stating you cannot open 2 popups at basically the same time.
Tried a couple of ideas (OnOpen, OnLoad and the 2nd form loads behind the first). No way to resize the 1st form.
Ideas?