AllanBertelsen
Programmer
I try to denormalize a Access database. Results from a crosstab query are loaded to a table by an "Insert into" statement. Other related data are loaded as well by the same statement.
The fields that comes from the crosstab are all char(25). If there is data present in one of these fields, the operation fills the field not only with the value but also spaces. Fields that is not from the crosstab does not get spaces added. These extra spaces are very annoying. So I hope someone can help.
The fields that comes from the crosstab are all char(25). If there is data present in one of these fields, the operation fills the field not only with the value but also spaces. Fields that is not from the crosstab does not get spaces added. These extra spaces are very annoying. So I hope someone can help.