Hi,
To show the Login have a label (say lbl_Name). In the On Open event of the form have lbl_Name.caption = "Greetings " & VBA.Environ("USERNAME")
To make a full screen form you need to have Docmd.maximize in the on Open event.
Your form should also have popup = yes and menu bar = 1. Remove...