LOL. Glad to hear you found it!No that was not it. Sharing that helped me narrow the search down however and I found it![]()
Show/hide application window, navigation pane, ribbon, taskbar
I have created an example database to show how the Access application interface can be controlled in various ways. Some of these methods can be used to make a database more secure. It is intended to demonstrate that all of this is easy to do safely and without any issues arising This item...www.access-programmers.co.uk
OuchSadly it was an SSD that for one reason or another decided it would rather have a career as a paperweight then a storage device and it was a very sudden and impulsive decision on its end.
If strUserPerm = 3 Then
SetAccessWindow (SW_SHOWMAXIMIZED)
DoCmd.ShowToolbar "Ribbon", acToolbarYes
DoCmd.NavigateTo "acNavigationCategoryObjectType"
DoCmd.RunCommand acCmdWindowUnhide
End If
'show app window
SetAccessWindow (SW_SHOW)
'show nav pane
DoCmd.SelectObject acForm, , True
'maximise nav pane
DoCmd.NavigateTo "acNavigationCategoryObjectType"
DoCmd.Maximize
'show ribbon
DoCmd.ShowToolbar "Ribbon", acToolbarYes