Garry Claridge Posted April 15, 2008 Posted April 15, 2008 Does anybody know how to get around the problem of accessing tables with names containing spaces? Usually, I would use ` character to delimit the name, however this does not seem to work with "Execute SQL". I cannot change the table names as it is Microsoft Dynamics : Thank you. Garry
Garry Claridge Posted April 15, 2008 Author Posted April 15, 2008 Got it : In the "Calculated SQL" I can use double quotes " around database objects; i.e. Table and Field names. Hence the FM calculation may look like this: "INSERT INTO "Web Long Description" ("Item No_",...... Garry
Recommended Posts
This topic is 6068 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now