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

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

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