Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: COLLATE order of NULL

    yes, but I could change it if it would help

  • RE: COLLATE order of NULL

    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...

  • RE: COLLATE order of NULL

    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...

  • RE: exporting ADO recordset straight into CSV or Excel?

    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...

  • RE: <CR> in data entries

    I found a solution myself:

    sql = "UPDATE table_1 SET data_1 = REPLACE(data_1, CHAR(10), '')"

    DoCmd.RunSQL sql

    sql = "UPDATE table_1...

Viewing 5 posts - 1 through 5 (of 5 total)