ACC: Make-Table Query Does Not Copy All Table Properties (104487)
The information in this article applies to:
- Microsoft Access 1.0
- Microsoft Access 1.1
- Microsoft Access 2.0
- Microsoft Access for Windows 95 7.0
- Microsoft Access 97
This article was previously published under Q104487
Moderate: Requires basic macro, coding, and interoperability skills.
SYMPTOMS
When you run a make-table query to create a new table, the table does not
inherit all the properties from the table on which the query is based.
CAUSE
When you run a make-table query, the new table inherits only the data type
and FieldSize property of each field in the query's underlying table, but
not the other field or table properties.
RESOLUTION
To create a table that has the same properties as another table, use the
Copy and Paste commands.
To use the Copy and Paste commands, follow these steps:
- In the Database window, select the table you want to copy.
- On the Edit menu, click Copy.
- On the Edit menu, click Paste.
- In the Table Name box, type a name for the new table.
- Under Paste Options, select either the Structure Only or the Structure
And Data option button, and then click OK.
STATUS
This behavior is by design.
REFERENCES
For more information about make table queries, search the Help Index
for "make table queries," or ask the Microsoft Access 97 Office
Assistant.
Modification Type: | Major | Last Reviewed: | 5/6/2003 |
---|
Keywords: | kbprb kbusage KB104487 |
---|
|