|
-
Jan 25th, 2004, 01:56 PM
#1
Thread Starter
Member
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
-
Jan 25th, 2004, 02:01 PM
#2
Perhaps "ACT" is a reserved keyword? What DBMS are you using?
-
Jan 25th, 2004, 02:06 PM
#3
Thread Starter
Member
I am using access2000
ACT is used in another project and I have no problem
-
Jan 25th, 2004, 04:58 PM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|