copying buttons from form to form

J

John Milbury-Steen

Hi Access Gurus,
In Access 2002 when I copy a button from one form to another, it doesn't
work in the latter form. On the first form, the button invokes a report.
Any ideas?
 
J

Jeff Conrad

When you copy/paste the button it will not bring the code with it. You will need to go to the Code
Editor and copy the code over as well. Finally, make sure that [Event Procedure] is listed on the
properties line for that event as well.
 
Top