Incorrect ColumnOrder value when you delete a column from a table that is opened in datasheet view (824179)
The information in this article applies to:
- Microsoft Office Access 2003
- Microsoft Access 2002
- Microsoft Access 2000
This
article applies only to a Microsoft Access database (.mdb).
Moderate: Requires basic macro, coding, and interoperability
skills.
SYMPTOMSWhen you delete a column from a table that is opened in the
Datasheet view in Microsoft Access, the ColumnOrder property of the ActiveDatasheet property may display an incorrect value.RESOLUTIONTo resolve this problem, create or delete the column by
using the Design view of the table. WORKAROUNDTo work around this problem, follow these steps:
- Start Access.
- Open the database that contains the table where the ColumnOrder property of the ActiveDatasheet property displays an incorrect value.
- In the Database window, select the table that displays the
incorrect value. On the Edit menu, click
Copy.
- On the Edit menu, click
Paste.
- In the Paste Table As dialog box, type
Table2 in the Table Name
box.
- Click to select Structure and Data, and
then click OK.
- Rename the original table.
- Rename the Table2 table to the original
table name.
For more
information about the ColumnOrder property, click Microsoft Visual
Basic Help on the Help menu, type
ColumnOrder in the Office Assistant or the Answer
Wizard, and then click Search to view the topic.
Modification Type: | Minor | Last Reviewed: | 6/8/2004 |
---|
Keywords: | kbdisplay kbpending kbView kbtable kbDataview kbprb KB824179 kbAudDeveloper |
---|
|