Rolf Rosenquist said:
Thank you very much for the information. I did not know of the
*secret* SelHeight property but now I think I can do what I wanted.
BTW is there a list of these properties, perhaps on the internet,
that are not mentioned in the Help (or the Bible)?
Although there are some "secret" -- or at least, undocumented --
properties and methods, SelHeight isn't one of them. It's right there
in the help file, in the "Microsoft Access Visual Basic Reference" book,
which is under the "Programming in Visual Basic" header. It's listed in
the Properties section, and as one of the properties of the Form object
in the Objects section.
It's not always easy to find things in the help, in its current state,
but it pays to read through the properties lists of the more commonly
used objects. Actually, for this long-time programmer it has proved
worthwhile to read the Properties chapter from top to bottom.
Aside from that, I can't make any particular suggestions as far as
Internet resources are concerned. The _Access <version> Developer's
Handbook_, by Getz et. al., from Sybex, is a terrific printed resource
for any developer.