Scripting: How to get a Name object from a quoted string?
Assume I have the name of a table variable as a quoted string in a run-time variable. How do I get the table variable Name object from that?
I had this same issue with table columns which I was able to work around by getting a list of table Column Names and iterating through them until I found a Name object that matched the string. Unfortunately there doesn't appear to be a function that returns ...
