ACC: System Objects Retain System Object Properties
ID: Q94597
|
The information in this article applies to:
-
Microsoft Access versions 1.0, 1.1, 2.0, 7.0, 97
SUMMARY
Novice: Requires knowledge of the user interface on single-user computers.
A system object always retains the original system object attributes.
Operations performed on system objects, such as Import, Rename, and Copy,
preserve the flags in MSysObjects table.
MORE INFORMATION
Operations, such as Import, Rename, Copy, and Paste, do not change the
flags in MSysObjects table. In order to get a copy of a system table
without retaining the system settings, use a make-table query.
Steps to Reproduce Behavior in Microsoft Access 97 and 7.0:
- On the Tools menu, click Options. On the View tab, click to select the
System Objects box, and then click OK.
- Import the MSysObjects table from the System.mdw.
- Rename the imported table to TableNew.
- On the Tools menu, click Options. On the View tab, click to clear the
System Objects box.
Note that the TableNew table disappears from the Database window because it
has the attributes of a system object.
Steps to Reproduce Behavior in Microsoft Access version 1.x and 2.0:
- On the View menu, click Options. Set the argument for Show System
Objects to Yes.
- In Microsoft Access version 2.0, import the MSysToolbars table from the
SYSTEM.MDA. In Microsoft Access version 1.x, import the MSysAccounts
table from the SYSTEM.MDA.
- Rename the imported table to TableNew.
- On the View menu, click Options. Set the argument for Show System
Objects to No.
Note that the TableNew table disappears from the Database window because it
has the attributes of a system object.
REFERENCES
For more information about system objects, search the Help Index for
"system objects," or ask the Microsoft Access 97 Office Assistant.
Keywords : kbusage TblFldp
Version : 1.0 1.1 2.0 7.0 97
Platform : WINDOWS
Issue type : kbinfo
Last Reviewed: March 13, 1999