Hi everyone,

I have a project that require a MDI program "HRMain", which run a MDI Child "frmMain" to input data, within this "frmMain", another MDI Child "frmNewClient" will be display so that user will make a major decision. Then difference process will be perform in "frmMain" based on this major decision.

But now, vbModal is not working because "frmNewClient" is a MDI Child so that the program is not functioning accordingly.

I wonder anyone can help me to resolve this problem, please.