S
Sash
I have a SQL Server linked table in Access and I'm running an append query to
populate this table. It works fine except if the field has 10 characters,
245 blank spaces are put at the end in SQL Server. The columns are set-up as
VarChar in SQL Server and are a memo field in Access. The reason they are a
memo field is that this field could contain 9 characters or 255 characters.
However, I do not want SQL Server to consistently be 255 characters with
blank spaces at the end.
The Access data truly does not have spaces at the end.
populate this table. It works fine except if the field has 10 characters,
245 blank spaces are put at the end in SQL Server. The columns are set-up as
VarChar in SQL Server and are a memo field in Access. The reason they are a
memo field is that this field could contain 9 characters or 255 characters.
However, I do not want SQL Server to consistently be 255 characters with
blank spaces at the end.
The Access data truly does not have spaces at the end.