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

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

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