Results 1 to 10 of 10

Thread: DAO, SQL Case Statement

Hybrid View

  1. #1
    Fanatic Member dannymking's Avatar
    Join Date
    Jul 2005
    Location
    Darlington, North East UK
    Posts
    677

    Re: DAO, SQL Case Statement

    If this is Access I don't think the CASE statement is available against the JET engine.. you might want to take a look at the IIF Statment instead..

    Select (IIF([Index1] ='XXX','11',[Index1])) As Expr FROM [01_INFO]")
    Danny

    Never Think Impossible

    If you find my answer helpful then please add to my reputation

  2. #2

    Thread Starter
    New Member
    Join Date
    Oct 2005
    Posts
    5

    Re: DAO, SQL Case Statement

    Problem Sloved!!!!!!!

    Danny is right Acces doesn't support the case statement.



    Thanks again!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width