View Full Version : Copying Existing Data Structure


StacyStacy
09-15-2003, 01:48 PM
How do I copy an existing data structure (not the data itself) from a table into an Excel or Word document for analysis purpose?

I can successfully export the table into an Excel or Word document, but it brings over all data entered, which I do not want. I only want the field names in a specific table.

Please help. Thanks! ;)

Pat Hartman
09-15-2003, 06:40 PM
Create a query thst slects no records and export the query rather than the table.