access switchboard formats

R

Rikki Williams

I would like to change the look of the switchboard. How can one make it look
like a file folder. Each tab being a different switchboard. If it has to be
done in Visual Basic, I guess I will need to learn the programming. Any help
or thoughts. Great thanks, for your time to reply to the question.
 
F

fredg

I would like to change the look of the switchboard. How can one make it look
like a file folder. Each tab being a different switchboard. If it has to be
done in Visual Basic, I guess I will need to learn the programming. Any help
or thoughts. Great thanks, for your time to reply to the question.

Just create your own unbound form using the Tool box Tab control as
the file folder. You can add as many Tabs as you wish. Add command
buttons to each Tab page as wanted. If you use the command button
wizard, Access will write most of the code for you.
 
Top