I am trying to introduce a 2D barcode system in my Access 2016 database. I am using software from Tec-IT, in case that is important information to pass along. I have a query that is pulling data from multiple places, and have a field with 407 characters. When I display the query, I can see all the characters, but when I use the query to build a report, I only get the first 255 characters. I have researched quite extensively on how to convert this field, 'MainBarcode', to a 'Long Text' field, but I can not figure it out. To create the barcode, Tec-IT uses an activeX controller. The barcode too only returns the first 255 characters. I can break down the data to smaller parts, but of course that would mean more unnecessary scans. As a side note, I did copy the text that was returned from the query and placed it in a test report and I created the barcode with no problem. So, a long story short, the query returns all 407 characters, but the report only displays 255.