Our local community college foundation is about to hold its annual “silent auction” fundraiser, and someone has asked me to help set up an Access DB to track bids and payments. They want to have two or three “cash registers”–actually just desktop computers where a volunteer will collect the payments and enter the information into the DB. So I went to Microsoft’s template gallery in search of a predesigned DB that I can just modify to suit our particular purpose.
I settled on the Donations template, which is pretty close to what I want. I was doing OK as I studied the tables and relationships and reports, but I got stumped on the Switchboard. Can someone please help me with this thing they call a “Handlebutton.” I know about command buttons, and I know that a command button on a form has code behind it that makes stuff happen when I click on it. This handlebutton, however, is new to me and I can’t find any documentation for it.
I typed “handle” into Access Help and got little more than references to the sizing handles that appear on any object when selected. I looked in the index of my copy of “Access Inside and Out,” but found no references there either.
So…it appears that handlebuttons are a variant on the command button concept, yes? But…how do they differ? How do I create such a handlebutton? Why would I want to use a handlebutton instead of a garden-variety command button? I create a command button with the toolbox, but I don’t see anything there about handlebuttons.