Table name problem

"Ata ur Rehman" <[email protected]> Thu, 5 Oct 2006 11:50:05 +0500
Newsgroups gmane.comp.db.mysql.windows
Message-ID <[email protected]>
Dear All

I used a tool Access2MySQL to convert my database from Access to MySQL. (I
am using version 4).  There was a table Book Record in Access.  Access alow
spaces between table names.
When i use the command:
MySQL>show tables;
I found that table in the list as

...
...
Book Record
....
....

But when i want to use it for data entry as

Insert into Book Record (........

I found the error, table not exist..


What should i do?