access is telling me that the rowsource of a listbox only accepts 2048 char max. Now I know this can't be true because I put a column from a table with more than 2048 char in the listbox, and it worked fine. I am setting this through a string. I can set the same string to a text box, but not the listbox.(I am using the listbox as a value list.)
Is there a way around this other than adding each value to a table and setting it through the list box that way?
Is there a way around this other than adding each value to a table and setting it through the list box that way?