Viewing 5 posts - 1 through 5 (of 5 total)
thanks, sounds good and I tried it.
But both versions are not giving the result. It was no error but simply the same as if I would sort without this ISNULL...
May 17, 2010 at 3:04 am
I am not sure if Access is the reason why it is not working or simply the SQL Server. So please all Access programmers look in the topic under SQL...
May 17, 2010 at 3:01 am
also don't forget to write a schema.ini file in same folder where the source or result table is written. here you specify for example the delimiter or the column names...
May 17, 2010 at 12:16 am
I found a solution myself:
sql = "UPDATE table_1 SET data_1 = REPLACE(data_1, CHAR(10), '')"
DoCmd.RunSQL sql
sql = "UPDATE table_1...
May 14, 2010 at 6:38 am
Viewing 5 posts - 1 through 5 (of 5 total)