To resolve this problem, obtain Microsoft Office 2000 Service Release 1/1a (SR-1/SR-1a).
To obtain SR-1/SR-1a, click the article number below to view the article in the Microsoft Knowledge Base:
245025�
OFF2000: How to Obtain and Install Microsoft Office 2000 Service Release 1/1a (SR-1/SR-1a)
To temporarily work around this problem, use one of the following methods.
Method 1: Save the Query in SQL View
Save the query in SQL view before running it. To save the query in SQL view, follow these steps:
- On the View menu, click SQL View.
- On the File menu, click Save.
The SQL statement should appear similar to the following example
SELECT [All YourName].* FROM [All YourName];
where
YourName is the rest of the name of the table that is used in the query.
Method 2: Rename the Table
You can also rename the table and omit the reserved word, or combine it with the next part of the table name (for example, "AllYourName" or "All_YourName").