Datathumper
Technical User
Hello,
Here is my problem. I have a list box that you select items from and populate another list box. The second list box populates a report. This is done using a "string" coding. The problem is when I exceed a certain number of records in the list box (usually about 120 records), the report no longer filters. I assume that this is due to me exceeding the number of characters (255)of the string...
No being that familiar with VBA, is there another method that I could use? Can I define whether or not to allow more than 255 characters in my string...
...given enough string, I could hang myself...lol
Datathumper
Here is my problem. I have a list box that you select items from and populate another list box. The second list box populates a report. This is done using a "string" coding. The problem is when I exceed a certain number of records in the list box (usually about 120 records), the report no longer filters. I assume that this is due to me exceeding the number of characters (255)of the string...
No being that familiar with VBA, is there another method that I could use? Can I define whether or not to allow more than 255 characters in my string...
...given enough string, I could hang myself...lol
Datathumper