This is how I've opened my MDI child forms. Dim RRChild as New frmReceivingOrders RRChild.MdiParent=Me RRChild.Show() Hope this helps Cheers PL :)
P
palace
@palace
This is how I've opened my MDI child forms. Dim RRChild as New frmReceivingOrders RRChild.MdiParent=Me RRChild.Show() Hope this helps Cheers PL :)