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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -