JenniferD9
Programmer
Hello, I'm a newbie...
1. What's the max length that can be displayed for the TextBox and Label box (Unbound) in Access?
2. I have a string, 4000 characters long, and would like to store it in either TextBox or Lable field (Unbound). Would this be possible?
example:
reports!rptMyReport!lblMyComments.Caption = strMyComments
-(this will work up to 2000 char.) (
reports!rptMyReport!txtMyComments = strMyComments
-(got "Run-time error '2448'... You can't assign a value
to this object"
-I've used .Text and .Value, both got same error
-I've tried the suggested article about the 'IsLoaded Function' which was posted the Tek-Tips. This doesn't do anything for me. I still get the same error.
-I've used the SetFocus but it doesn't work in the Report.
3. In the TextBox property, there's a CanGrow and CanShrink feature. Is there one for the Label? I cannot find it... How would I achieve the same feature as the TextBox?
Thanks in advance!
JenniferD )
1. What's the max length that can be displayed for the TextBox and Label box (Unbound) in Access?
2. I have a string, 4000 characters long, and would like to store it in either TextBox or Lable field (Unbound). Would this be possible?
example:
reports!rptMyReport!lblMyComments.Caption = strMyComments
-(this will work up to 2000 char.) (
reports!rptMyReport!txtMyComments = strMyComments
-(got "Run-time error '2448'... You can't assign a value
to this object"
-I've used .Text and .Value, both got same error
-I've tried the suggested article about the 'IsLoaded Function' which was posted the Tek-Tips. This doesn't do anything for me. I still get the same error.
-I've used the SetFocus but it doesn't work in the Report.
3. In the TextBox property, there's a CanGrow and CanShrink feature. Is there one for the Label? I cannot find it... How would I achieve the same feature as the TextBox?
Thanks in advance!
JenniferD )