Adam,
Not sure, if you are using ACCESS DB or SQL server DB.
You can use SUBSTRING as om_prakash suggested, and alternately you can also use LEFT function
Select LEFT(COLUMNNAME, 20) from TABLENAME
Shows first 20 characters of that column for all rows.
Hope that helps.
Cheers!
_________________________
-Vijay G

Strive for Perfection
