ACC2000: System Fields Remain After You Clear Replicable Property Check Box (212888)
The information in this article applies to:
This article was previously published under Q212888 This article applies only to a Microsoft Access database (.mdb).
Moderate: Requires basic macro, coding, and interoperability skills.
SYMPTOMS
A table that was replicated continues to have a replication field even after you have set the Replicable property of the table to No.
RESOLUTION
You cannot simply open the table in Design view and delete the replication field. Instead, you must create a new table from a make-table query, and then exclude the replication field. For an example of how to do so, follow these steps:
- Create a new query, and add the table that has the replication field.
- Add all the fields to the query design grid, except for the s_GUID field.
- On the Query menu, click Make-Table Query.
- In the Table Name box, type a new table name, and then click OK.
- On the Query menu, click Run.
- Click Yes when you are prompted that you are about to paste rows into a new table.
- Close and do not save the query. Open the newly created table and note that the s_GUID field no longer appears.
NOTE: When you run a make-table query to create a new table, the table does not necessarily inherit all the properties from the table on which the query is based.
For additional information about how to copy all table properties with a make-table query, click the article number below
to view the article in the Microsoft Knowledge Base:
209225 ACC2000: Make-Table Query Does Not Copy All Table Properties
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.
Modification Type: | Minor | Last Reviewed: | 7/16/2004 |
---|
Keywords: | kbbug kbpending KB212888 |
---|
|