no scrollbars in textbox

W

Wm

Access 2k, Win 2k

This has got to be a simple problem, but I'm only half here today. I am
trying to get my textbox to display scrollbars but it won't. I've set
"Scroll Bars" to "Vertical" in the properties box and I've set
MyTextBox.ScrollBars = 2 in the VBA code (and the Watch window confirms
this). Nothing happens, even when the text runs off the bottom of the box.
What am I missing?

Thanks,
William
 
S

Stephen Lebans

There is a bug where if the Margin props of the TextBox contain a value
other than 0 the ScrollBars will not appear.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
W

Wm

That was it! I also found that the scrollbars don't appear until you set
the focus to that textbox. Another nice "feature" of Access.

Thanks,
William
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top