Hello all, I have a little problem, hope you can help me.
I have a form that selects a recordset, and make some modifications to the db. When it can not modify a record, it saves in a string the record nunmber and the reason why it can not be updated. After the form ends its process, I want to display string in text box with scroll bars, but some times the string is so big that the text box can not handle it. Is there a way to make the text box be able to handle the string no matter how big it is? I don't want to use reports, even more, I think I would have the same problem, as it is a single string, and I would have to put it in a single textbox.
I am open to sugestions, if there is a better way to do this. Thanks
I have a form that selects a recordset, and make some modifications to the db. When it can not modify a record, it saves in a string the record nunmber and the reason why it can not be updated. After the form ends its process, I want to display string in text box with scroll bars, but some times the string is so big that the text box can not handle it. Is there a way to make the text box be able to handle the string no matter how big it is? I don't want to use reports, even more, I think I would have the same problem, as it is a single string, and I would have to put it in a single textbox.
I am open to sugestions, if there is a better way to do this. Thanks