i am creating tables ., and i want to name it with names such as " H@rm@n. " HELP plz
No. You are limited in characters for table names. You can include a field in your table and call it something like “TableName” and assign it as text. Then, store anything you want inside of it. The problem with odd table names is that it is not easily passed by variables and programming routines.
Why would you want to use odd table names? Simpler is always best…