hi, I am still green and my VB skills are not strong. I have created a data entry form with many tabs. I DON'T want my save, cancel, update and delete buttons on each page. How can I make them universal on this form? Any help is much appreciated.
I have created a data entry form with many tabs. I DON'T want my save, cancel, update and delete buttons on each page.
plog she's after code that will make the save, cancel, update and delete actions universal to all the subforms on each of her tabs. The buttons are on the main form.Your words are incongrous--tabs and pages are distinct elements. Which do you have?
If you are using a tab control simply put your buttons outside of the tab control, that way they remain on the screen no matter which tab is veing viewed in the tab control.
Not when you click it but when you draw (or place) it on your form.The wizard did not appear when I clicked the button control.