S
Sam Hobbs
I am interested in getting comments on some code I wrote; see:
Show the Controls in Forms and Reports
http://simplesamples.info/Office/ShowFormControls.php
As a relative beginner to Access, I assume there are improvements that the
experts can suggest. In particular, I am not sure what to do about my
FormInformation type; perhaps I should use a global instance but that is
probably somewhat a matter of personal preference.
My code is somewhat of an alternative to:
Enumerate all controls on a form
http://mvps.org/access/forms/frm0004.htm
Show the Controls in Forms and Reports
http://simplesamples.info/Office/ShowFormControls.php
As a relative beginner to Access, I assume there are improvements that the
experts can suggest. In particular, I am not sure what to do about my
FormInformation type; perhaps I should use a global instance but that is
probably somewhat a matter of personal preference.
My code is somewhat of an alternative to:
Enumerate all controls on a form
http://mvps.org/access/forms/frm0004.htm