I copied the buttons in the image from another form to this form and pasted them on one tab. They now appear on all tabs. I want one of the tabs to not show the buttons. How do I achieve this? Thanks
Actually, if these buttons apply to all but one tab, I would leave them floating over the tab controls, and use the Change event of the tab control (not the individual tab pages) to determine what tab page is active, and make the visible or hidden for the appropriate tabs.
Otherwise, if you copy them to each individual tab page, you will have to duplicate the code behind each button on each of the tab pages.
Valid point Dale! Depending on the design, that could be a very efficient way to handle things.
Microsoft Access
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.
ASKER