December 17, 201213 yr 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.
Create an account or sign in to comment