move button click to shortcut menu

  • Thread starter Thread starter iccsi
  • Start date Start date
I

iccsi

I just moved my command button click action to my shortcut menu to
make screen nice.

All the code action are for command button and command buttons are on
the form which like mess in the code and design mode.

I just wonder is it worth to clean it out? For example, if I set
command button to invisble will make the mdb file bigger or any
performance issue to leave the command button on the from at design
time.

If I remove the command button then I have to check all the coding
reference the buttons.
If there is any performance issue thenit should be worth to clean it
out.

Your information is great appreciated,
 
I would get rid of it to make sure to clean things out. If you aren't sure
where the references to it are, download and use the free V-Tools (Total Deep
Search). You can do a search throughout your entire database to find where
something is being used.

You can download the free tools here:
http://www.skrol29.com/dev/en_vtools.htm


--
Bob Larson
Access World Forums Administrator

Tutorials at http://www.btabdevelopment.com

__________________________________
 
I would get rid of it to make sure to clean things out.  If you aren't sure
where the references to it are, download and use the free V-Tools (Total Deep
Search).  You can do a search throughout your entire database to find where
something is being used.

You can download the free tools here:http://www.skrol29.com/dev/en_vtools.htm

--
Bob Larson
Access World Forums Administrator

Tutorials athttp://www.btabdevelopment.com

__________________________________









- Show quoted text -



Thanks for the message,
Yes, I would like to clean it.
Do you know does it affect performance or the size of the mdb front
end file?

Your information is great appreciated,
 
Back
Top