I am trying to populate a listbox using a sql query as the Row Source. All the information is coming off a linked table, with the data residing on a remote MySQL server. Access lists the data type as memo for the comment field, on the server, the field is varchar(500)
The query runs fine for most cases, but if the char length is greater than 255, only the characters after the 255'th character are displayed. When viewing the data directly in Access, all the data shows up, so that tells me that it is the listbox causing me bother, not anything before that.
I don't know how to make Access show all the data, not just the last bits of the data.
The query runs fine for most cases, but if the char length is greater than 255, only the characters after the 255'th character are displayed. When viewing the data directly in Access, all the data shows up, so that tells me that it is the listbox causing me bother, not anything before that.
I don't know how to make Access show all the data, not just the last bits of the data.