Command Button Question

R

ridgerunner

I have been “re-cycling†a form in a database by doing a “file save as†and
just re-naming the form and changing the code underlying a command button on
the form. I have not re-named the command button each time. Is this “legalâ€
or could this cause problems in the future? Should I give the command button
a new name each time or does it matter?
Thanks,
ridgerunner
 
R

RonaldoOneNil

Its fine. Each forms code is private to that form so the button name can be
the same and it will know which button code to execute from which form it was
clicked
 
Top