I am developing a program that inserts data from VFP 6.0 tables into an Access2K database using remote views. I am running into problems with text fields. The data is going in but the field doesn't trim up. For example, if I put "Red" into field "Color", whose size is twenty, there are 17 trailing spaces after the word. Some of these fields get concatenated to form sentences, so these spaces can't be there. I am using ALLTRIM, so "Red" goes in as only three characters, but it doesn't make a difference. Any ideas?