Hi,
I need an assistance here in MSAccess. I have a fields in a table with type as Memo that should hold more than 255 characters. I'm trying to update the fields for 1001 characters through VBA.
What's happening:
1. The records is getting saved but only 255 characters are displayed in the table field
2. If the same records called in a text box through VBA, all the 1001 characters are seen there
3. Only 255 characters are seen when the record is copied in an excel sheet to validate
4. Even when manual text entered in the field, doesn't show all the characters, though accepts all
What so far I have done:
1. Checked the format of the field
2. Unicode compression; tried with Yes and No as well
3. Text format; tried with Plain and Rich text
4. Checked the variable declaration in the VBA section; it’s string
:banghead:
I have been directed to "http://allenbrowne.com/ser-63.html" site by multiple people in multiple forums; but was of no use.
Do we have a meaningful way around?
I need an assistance here in MSAccess. I have a fields in a table with type as Memo that should hold more than 255 characters. I'm trying to update the fields for 1001 characters through VBA.
What's happening:
1. The records is getting saved but only 255 characters are displayed in the table field
2. If the same records called in a text box through VBA, all the 1001 characters are seen there
3. Only 255 characters are seen when the record is copied in an excel sheet to validate
4. Even when manual text entered in the field, doesn't show all the characters, though accepts all
What so far I have done:
1. Checked the format of the field
2. Unicode compression; tried with Yes and No as well
3. Text format; tried with Plain and Rich text
4. Checked the variable declaration in the VBA section; it’s string
:banghead:
I have been directed to "http://allenbrowne.com/ser-63.html" site by multiple people in multiple forums; but was of no use.
Do we have a meaningful way around?