Evagrius Ponticus
Well-known Member
- Joined
- May 24, 2007
- Messages
- 1,467
Hi All,
I have a form with two large textboxes - MytxtA and MytxtB. The user enters comments in MytxtB then clicks a command button that takes the comment entered in MytxtB and concatenates it to whatever string is in MytxtA. Both textboxes are of the memo datatype.
I am running into a problem where when I run the code (which is really a query) to concatenate the strings, the data from MytxtB is getting cut off and not all of it is being combined. I don't think this could have anything to do with the size of the textboxes? Can anyone please advice?
Thanks,
I have a form with two large textboxes - MytxtA and MytxtB. The user enters comments in MytxtB then clicks a command button that takes the comment entered in MytxtB and concatenates it to whatever string is in MytxtA. Both textboxes are of the memo datatype.
I am running into a problem where when I run the code (which is really a query) to concatenate the strings, the data from MytxtB is getting cut off and not all of it is being combined. I don't think this could have anything to do with the size of the textboxes? Can anyone please advice?
Thanks,