Can Anyone Help With an Access97 Problem? I know, it's acient!
Submitted by willdodge on Tue, 12/25/2007 - 8:46pm.
::
I'm trying to add another unbound control to the switchboard that would allow me to search for a set of variables from a specific table amongst all my records.
I'm also hoping to add the same sort of control to use a keyword search, but that's for another day.
Any help someone could provide would be greatly appreciated!
-Will D.

wow. wish i could help ya, will. no idea.
By now you've probably either solved the problem or abandoned the idea, but if not maybe this will help.
The Switchboard is typically built and maintained by the Switchboard Manager (Tools/Database Utilities/Switchboard Manager). It's operation and design is somewhat hidden from the user/developer, but basically it's just a table driven form. If you're trying to create or modify your switchboard it's best to go through the Switchboard Manager, but you can just monkey around with the Switchboard table and form (the guts of the code is in the function HandleButtonClick().
Hope this helps.