Microsoft
Software
Hardware
Network
Question : Alternative to "Can Grow" Property
Hey - this may be any easy one for someone...
I know about the property "Can Grow" for Access forms and reports but I'd like to know of a logical flag that would tell me if the text will overflow WITHOUT automatically expanding it. Is there an available property for this? VBA must be able to figure this out to expand the boxes in the first place.
Answer : Alternative to "Can Grow" Property
The can grow coding is internal to Access and there is no flag or other that could communicate that text will not fit within a textbox. This however should help you:
http://www.lebans.com/auto
size_textb
ox.htm
Random Solutions
SCRIPT to reboot WINDOWS 2008 server with scheduled task
Installation of BackupExec 10
How do I replace #N/A if it is returned in a formula? (not Vlookup)
Find Pivot Table's Name
SQL command not properly ended
Try to open a Silverlight project on Visual Studio 2008 but I can't
How do I remove windows Encryption
VBA code to select the folder one level above this workbook's folder
Trying to rank top 10 records in Access query by a group
How to open and close an excel file from Scheduled Tasks