Hi Emir,
In easy way;
for the button for entry,
you can write;
DoCmd.OpenForm "Entry_Form"
DoCmd.Close acForm, "Main_Menu", acSavePrompt
Then try it for the other forms and reports. After clicking Close buttons on each form you turn back Main Menu.
For reports you can write it under...