Article ID: 104487
Article Last Modified on 1/18/2007
APPLIES TO
- Microsoft Access 1.0 Standard Edition
- Microsoft Access 1.1 Standard Edition
- Microsoft Access 2.0 Standard Edition
- Microsoft Access 95 Standard Edition
- Microsoft Access 97 Standard Edition
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.
Additional query words: maketable
Keywords: kbprb kbusage KB104487