Results 1 to 4 of 4

Thread: What's Wrong "Select"

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2004
    Location
    Tampa, Fl
    Posts
    39

    What's Wrong "Select"

    Could someone Please tell me what's wrong, I get
    Syntax error in from clause.

    rs.Open "SELECT * from ACT Order by TITLE "


    Thanks

  2. #2
    Frenzied Member axion_sa's Avatar
    Join Date
    Jan 2002
    Location
    Joburg, RSA
    Posts
    1,724
    Perhaps "ACT" is a reserved keyword? What DBMS are you using?

  3. #3

    Thread Starter
    Member
    Join Date
    Jan 2004
    Location
    Tampa, Fl
    Posts
    39
    I am using access2000
    ACT is used in another project and I have no problem

  4. #4
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385
    mhipate

    Use

    "SELECT * from ACT Order by [TITLE]"

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