Create Table from Data Dictionary

  • Thread starter Thread starter JayB
  • Start date Start date
J

JayB

I received a data dictionary today in the form of an Access table (contains
field name, type, and size). Can I create the table in Access using this
data dictionary with some sort of import feature or will I have to create
these fields myself?

Thanks,
 
Are you asking whether you can get the data into Access, or whether you can
use it to create the tables in Access for you?

The answer to the first question is yes. Looking under File | Get External
Data | Import

The answer to the second question is that Access has nothing built into it
to do this for you. However, it shouldn't take that much work to write VBA
code to take the data and generate your database from it.
 
Douglas J. Steele said:
Are you asking whether you can get the data into Access, or whether you can
use it to create the tables in Access for you?

Create the tables.
The answer to the first question is yes. Looking under File | Get External
Data | Import

The answer to the second question is that Access has nothing built into it
to do this for you. However, it shouldn't take that much work to write VBA
code to take the data and generate your database from it.

scripting it is!

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top