Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Access 97, Linked Servers, and SQL

    Thanks. Unfortunately, I can not include the column with the null date in a select statement.

     

    Select

    MemberID,

    CASE

    WHEN "Member DOB" IS NULL THEN Cast('No Date' As varchar(50))

      Else

         Cast("Member DOB" as...

Viewing post 1 (of 1 total)