I have a form with text fields on it, connecting to SQL tables in the background. When the form was first created, the fields were nvarchar fields. In an effort to clean the database up, those fields were first changed to Char fields, and then to varchar fields. The linked tables have been updated since these changes occurred. However, any data entered in these form fields is stored to the table with trailing spaces padding them out, as if the fields were still char fields. Can anyone suggest a solution short of rebuilding the form?
Cheryl dc Kern
Cheryl dc Kern