Delete a Button

N

Nicole

How do you delete the command action of a button if you have already "cut"
the button from your database.
 
J

jahoobob via AccessMonster.com

Open another command button code. All of the button code will be either up
or down from there. I don't think it hurts to leave the code though.
 
M

missinglinq via AccessMonster.com

You'll have to go into the VBA editor,find the code for the button and then
delete it.
 
M

missinglinq via AccessMonster.com

And unless you know the name of the command button, you'd probably be better
just leaving the code there. As jahoobob said, it won't do any harm. Won't
even keep the code from compiling or cause difficulties making an .MDE file
later.
 
Top