Microsoft
Software
Hardware
Network
Question : Scroll text field to end of text...
I have a text field in my Access Form where the data is "taller" than the field height. I don't want to make the text field higher but I would like the last line of the text field to appear. Can I use SelStart or some sort of scrolling method to scroll the text field up so that the last item shows up?
Answer : Scroll text field to end of text...
in the gotfocus event of the textbox
me.text0.selstart=len(me.t
ext0.text)
+ 1
Random Solutions
Use VBA Code to check if a table exists.
Displaying list data in a Microsoft Report Viewer control
use sql surface area to set ip addresses that can conect
Select query
Can not connect to a sql 2005 server HELP
MFC7 CDHtmlDialog: How to cancel a navigation in OnBeforeNavigate
Can a Dell XP Home reinstallation cd for a PC be used for reinstallation of XP Home on Dell laptop without having any issues?
File saving problem in Office 2007
Item Quantity reduction for online store that uses Paypal
.NET MySQL question