> I have a number of push buttons on a multi-page form, however for some > reason some of the buttons appear on both pages, rather than just the one > page they should be on.
Probably what happened is that you dropped the "duplicate" buttons onto the form when the right page of the page control was not the selected item. In this case, the button would wind up "belonging" to the form, not the page, and would appear "on top" of the page control -- making it look like it's repeated on each page. To correct, do this: 1. Select the button and use CTRL-X to cut it to the clipboard. 2. Navigate to the correct page of the page control AND MAKE SURE THE PAGE ITSELF is the selected object. 3. Use CTRL-V to paste the button into the currently selected container object (that is, the page). -- Larry
