I attempted to try perform this code based on the How do I pass a value from a child back to the parent form?
However, I just wanted to get the Date Value to pass on to the MDI Mainform with a function that it will load all data in the datagridview (in the main form)
Child Form which is ShowDialogue
Main MDI Form Parent which after the Child Form Dialogue is closed with a value which is "Date" and the data on the datagridview will be refresh upon getting the Date Value Child to the function which to display data.
Sorry for the confusion because I end up asking here.