Microsoft
Software
Hardware
Network
Question : How can I alter the width of a datasheet inside a subform?
Someone encountered the same problem and was able to solve it using this question
http://www.experts-exchang
e.com/Micr
osoft/Deve
lopment/
MS
_Access/Q_
21261461.h
tml?sfQuer
yTermInfo=
1+10+30+
co
lumnwidth+
properti+s
ubform
Me.Child28.Form!UnitPrice.
ColumnWidt
h = 2880 is the way they use .
my datasheet is inside a subform so I assume my version should look like
'Forms!Form10!Child52.Form
!Comments.
ColumnWidt
h = 2880
but I get the Object does not support this method error.
Comments is the field name on the datasheet
how can I correct this syntax so it works
thanks
Answer : How can I alter the width of a datasheet inside a subform?
use the name of the textbox not the name of the Control Source
Forms!Form10!Child52.Form!
Comments1.
ColumnWidt
h = 2880
Random Solutions
Should I make a Drupal Theme from scratch?
How can I find the position of the first occurance of a numeric charater in a string with PHP?
How can I prevent changes to web browser proxy settings?
How can I reference information from one sheet to another by values selected in a drop down menu
Use .NET or SSIS to download Exhange email and process attachments
Change CAS array name in exchange 2010
How can i add column name in list generic?
How do I add a due date column, and sort by the document date in AR Statements?
map with push pins
Making a Button on a Form Visible After Checking the Text Property of a ComboBox on the Form