Forum Discussion
Anonymous
4 years agoNot applicable
How to enter table name when table name has a space?
Hello, I want to enter my table name into this tab. My table is called "Abzug KW". Unfortunetly, I get an error message, Token Eof expocted. I think, the error message is because of ...
- 4 years ago
You will need to use # and then include table name in double quotes like below
= #"Abzug KW"
Vijay_A_Verma
4 years agoMost Valuable Professional
You will need to use # and then include table name in double quotes like below
= #"Abzug KW"