I have a subreport that queries data from a table. The data is first and last name and displays it on the form.
The problem I am having is that the last name column on the database has a size of 25 characters, anytime a last name is greater than 20 characters in size, it will only display the first 20 characters, and nothing after that.
I have verified that the field is wide enough to fit this information, I have also added text following the last name and it all displays correctly, however the last name is always cut off at the 20th character.
Does anyone know why this is happening?
Thanks in advance.