I have a textbox named "Remarks" in the form which is bounded to the Text field "Remarks" in a table.
My problem is:
Text field can only store 255 characters. But the value input in "Remarks" field will sometimes exceed that length.
I would like to ask what can I do so that the value in the textbox, no matter how large it is, can be stored in the table. Should I use the Memo instead of Text for the "Remarks" field?
Thanks in advance for your help.
My problem is:
Text field can only store 255 characters. But the value input in "Remarks" field will sometimes exceed that length.
I would like to ask what can I do so that the value in the textbox, no matter how large it is, can be stored in the table. Should I use the Memo instead of Text for the "Remarks" field?
Thanks in advance for your help.