removing the label on MS Access forms -



removing the label on MS Access forms -

i know right way remove label included @ top of each form. annoying when have pop-up form contains label containing name of form itself. remove completely.

i believe have 2 choices:

change 'caption' value space, or

add code in form_load event

me.caption = " " ' note! include space between quotes

access-vba ms-access-2010

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -