hgus393
Registered User.
- Local time
- Today, 10:47
- Joined
- Jan 27, 2009
- Messages
- 83
Hi all,
I am trying to access a query which I have done before, but I have come into some trouble. The previous owner of the database had some naming conventions for the queries that is causing me some headaches. Basically I am trying to access the following query Daily information - accumulated
The Sql does not seem to handle the name of the query ie spacing and the "-" sign does anyone know how to get around this trivial issue.
Cheers
Bob
I am trying to access a query which I have done before, but I have come into some trouble. The previous owner of the database had some naming conventions for the queries that is causing me some headaches. Basically I am trying to access the following query Daily information - accumulated
Code:
stSQL = "SELECT * FROM Daily information - accumulated" & ";"
The Sql does not seem to handle the name of the query ie spacing and the "-" sign does anyone know how to get around this trivial issue.
Cheers
Bob
Last edited: