Thanks guys. I shouldn've included in my initial post that the tables and queries reside on SQL Server if that makes a difference. Although I have access to the server I'm just having difficulty with the front-end.
Holding down Shift as the db opened didn't do anything different. Perhaps because I have to login to SQL Server during that process? I don't know.
I am familiar with F11 to get to the database view.
The Properities or the Build Event of the buttons go to the Expression Builder and just has, for example, in it:
=HandleButtonClick(2) or some other number. I see no [Event Procedure] anywhere that I am used to seeing to get to the VBA code. (I did create a menu application years ago in straight Visual Basic but not much with VBA).
Pressing Alt-G didn't do anything when the Database View was open.
I see a switchboard table that has rows in it and columns "ItemText" and "Argument" that appear to be the options I should see on the switchboard.
But I still can't seem to get the switchboard working as an end-user would use it in order to get some idea of what this app does. I'd just like to get to that "normal" point of right-clicking on a form element to see what it fires when clicked so I can
see what code/macro needs changing. (which was the de facto in other apps I've seen).
Thanks in Advance.