If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?' Drive a Steam Roller
johnwm:
I don't know if missed something in that article, which I had looked at prior as well, but it does not state how to replace a table name with "-" in it. So the currnet table name is "my-data" and using
rename table my-data to mydata, errors out;
I've also tried
Code:
rename table "my-data" to mydata;
rename table 'my-data" to mydata;
right-click on the 'my-data' table name and select Edit Table. You can change the name there directly.
If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?' Drive a Steam Roller
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.