Exporting a Visio DB Diagram to Access..

N

nema h

Hi.

I've modeled a 7 table database in Visio including
correct data types, joins, keys, etc. I have to believe
that Microsoft included a function that will let me port
that data directly into access and automatically create
the tables and fields.

Please email me if you know the answer --- and thanks
ahead of time.

nema
[email protected]
 
R

Russ McKenna

Not sure of a tool -
but VBA could be used.
it is not to difficult to create a access database via code. Use DAO to
create the table definitions, relations, etc.
 
Top