A family of Microsoft relational database management systems designed for ease of use.
I am not ready to convert to ACCDE because things are still evolving and honestly I am way to new at this to create a split database.
I intended to credit the person that provided the code below but lost track of the link.
'Next 3 lines prevents use of shortcut menus
For i = 1 To CommandBars.Count
CommandBars(i).Enabled = False
Next i