Todd Dignan Posted December 17, 2012 Posted December 17, 2012 Is there away to get a repeating fields value with a sql select statement. If so, what would proper structure of the select statement. I have tried the following. Let( ~sql = "SELECT "Tab Names" FROM PREFERENCES"; ExecuteSQL ( ~sql ; "" ; "" ) ) and Let( ~sql = "SELECT "Tab Names[17]" FROM T14_PREFERENCES"; ExecuteSQL ( ~sql ; "" ; "" ) ) Thanks, Todd Dignan.
bruceR Posted December 18, 2012 Posted December 18, 2012 "SELECT "Tab Names"[17] FROM T14_PREFERENCES"
Recommended Posts
This topic is 4702 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