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
Tools to replicate from SQL server 2000 to SQL server 2008
Using OPENXML in a Stored Procedure for an Infopath form submitted via Web Service
Finding Duplicate rows in a datatable to mark as duplicate and have to append the duplicate row in new datatable
DHCP Server Service won't start
Append data in rows to different columns in different table
vfp 9.0 line spacing
Column order changes when data is exported from Access reports to Excel using "Analyze It with Excel" option
Autodiscover
The SQL Server cannot obtain a LOCK resource at this time
loop results within output query