P
ProfessorSax
Building an enterprise architecture model of a large enterprise. The basic
model is much like the DoD Enterprise Architecture framework or the Federal
Enterprise Architecture DFamework models. In those models there is a data
dictionary that resides in a table in an Access database, defining the
entities in the model. I use Visio to model the enterprise, using custom
Visio stencils. Each master in the stencil could be applicable to a number
of entities in the data dictionary. What I'd like to do is this: When the
user drags a shape on on of the model products, open a form with a drop-down
pick list to allow the user to choos the desired entity from teh Access data
dictionary, or if none exists, define it in Visio and export the results to
Access, defining a new entity. After selecting or defining the entity, I
also want the text I selected or supplied to show up on text blocks grouped
under the Visio shape. What is the best approach to doing this? Should I
add References from Access to the Visio References and create, basically a
form bound to the Access table? Or is it better to have the Access dabase
open, use one of its forms, and somehow export the results back to Visio? Or
should I create a form within a Visio project (VB6) and connect and bind it
to the Access database?
I am running Access 2003, Visio 2003, and have the full Developer's Edition
of Microsoft Office with the MSDN extras, etc.
model is much like the DoD Enterprise Architecture framework or the Federal
Enterprise Architecture DFamework models. In those models there is a data
dictionary that resides in a table in an Access database, defining the
entities in the model. I use Visio to model the enterprise, using custom
Visio stencils. Each master in the stencil could be applicable to a number
of entities in the data dictionary. What I'd like to do is this: When the
user drags a shape on on of the model products, open a form with a drop-down
pick list to allow the user to choos the desired entity from teh Access data
dictionary, or if none exists, define it in Visio and export the results to
Access, defining a new entity. After selecting or defining the entity, I
also want the text I selected or supplied to show up on text blocks grouped
under the Visio shape. What is the best approach to doing this? Should I
add References from Access to the Visio References and create, basically a
form bound to the Access table? Or is it better to have the Access dabase
open, use one of its forms, and somehow export the results back to Visio? Or
should I create a form within a Visio project (VB6) and connect and bind it
to the Access database?
I am running Access 2003, Visio 2003, and have the full Developer's Edition
of Microsoft Office with the MSDN extras, etc.