I have 2 controls on my form that are for comments.
txtComments
txtComments2
My comment section was a memo datatype but I changed it to text. On my reports, my comment box(when it was memo) cuts off at 255, so I'm going to make 2 comment sections.
I'm trying for this: When the txtComments control reaches 255 characters, it will automatically switch to the next comments section. also, how would I solve this problem:
Comments: prob Comments2: lem.
The b is at teh 255 mark and cuts the word in half.
Thanks in advance!
txtComments
txtComments2
My comment section was a memo datatype but I changed it to text. On my reports, my comment box(when it was memo) cuts off at 255, so I'm going to make 2 comment sections.
I'm trying for this: When the txtComments control reaches 255 characters, it will automatically switch to the next comments section. also, how would I solve this problem:
Comments: prob Comments2: lem.
The b is at teh 255 mark and cuts the word in half.
Thanks in advance!