In an Access 2000 report, I am using a text box so that I can grow the size
as needed for the data. However, the data for this text box is created in
code, not in a query or in a table. The data is variable and sometimes null.
I can't seem to get the data into the text box.
Any suggestions.
Thanks
Duane Hookom - 30 Nov 2004 04:10 GMT
"the data for this text box is created in code"... Don't you think it would
be important for us to see the code and where it is run?

Signature
Duane Hookom
MS Access MVP
--
> In an Access 2000 report, I am using a text box so that I can grow the
> size
[quoted text clipped - 6 lines]
>
> Thanks
bjvsk - 30 Nov 2004 20:26 GMT
You can create the data string and have a textbox?
Then create a event for the report (ie onOpen) and sai:
Me.<name textbox> = <string / function to get the string