PC Review


Reply
Thread Tools Rate Thread

Diagram Access DB Process with Visio

 
 
Chris Moore
Guest
Posts: n/a
 
      5th Oct 2009
In my organization we make extensive use of Access to perform tasks and
processes that in my mind basically amount to data transformation. For
example we may import a text file or Excel spreadsheet from an external
source into an Access database, then run a Make Table query that combines
that data with data from a different source into a new table, then run an
Update query to format some of the columns in that new table differently so
that they match the data types in yet another table which then allows us to
join those two tables in a query to make yet another table, etc. etc. etc.
The complexity of it all can get bit overwhelming. I'd like to create some
graphical representations of these processes to make everyone's life a little
easier and I thought Visio would be an ideal tool for the job.

However I'm having some difficulty finding examples of such a diagram. I
can't be the first person to have tried this, I'm wondering if there are any
existing conventions for diagramming this type of process. For example: How
should I properly represent a Make Table query vs. an Update query? I'm also
struggling with how much detail to include. For example if I'm going to run a
Delete query to delete certain rows from a table I'd like the diagram to give
some kind of indication of what the logic is behind the delete. Perhaps I
could put the query's criteria in a field on the shape that represents the
delete query. I don't know, but if there is already a standard or convention
for representing these types of objects and actions I'd prefer to adopt that
rather then invent something myself. Any comments would be appreciated. Thank
you.

-Chris
 
Reply With Quote
 
 
 
 
Jeanette Cunningham
Guest
Posts: n/a
 
      6th Oct 2009
Hi Chris,
I'm not sure that there's much info around about this.
One thing that I am starting to do is to use screen prints saved as jpg's.
For example, I will do a screen print of the list of tables in a database
and use MSPaint to highlight the particular tables that need to be changed
or are participating in a particular manoeuvre. You can do the same with
queries in icon view, in design view, in datasheet view.

I find that suits my needs in some ways as I like the visual representation
instead of just written step by step instructions.

These screen prints are quick and easy to do and to my mind a lot quicker
than drawing stuff in visio.


Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia



"Chris Moore" <(E-Mail Removed)> wrote in message
news:489E6FBB-2C5A-48B9-B86C-(E-Mail Removed)...
> In my organization we make extensive use of Access to perform tasks and
> processes that in my mind basically amount to data transformation. For
> example we may import a text file or Excel spreadsheet from an external
> source into an Access database, then run a Make Table query that combines
> that data with data from a different source into a new table, then run an
> Update query to format some of the columns in that new table differently
> so
> that they match the data types in yet another table which then allows us
> to
> join those two tables in a query to make yet another table, etc. etc. etc.
> The complexity of it all can get bit overwhelming. I'd like to create some
> graphical representations of these processes to make everyone's life a
> little
> easier and I thought Visio would be an ideal tool for the job.
>
> However I'm having some difficulty finding examples of such a diagram. I
> can't be the first person to have tried this, I'm wondering if there are
> any
> existing conventions for diagramming this type of process. For example:
> How
> should I properly represent a Make Table query vs. an Update query? I'm
> also
> struggling with how much detail to include. For example if I'm going to
> run a
> Delete query to delete certain rows from a table I'd like the diagram to
> give
> some kind of indication of what the logic is behind the delete. Perhaps I
> could put the query's criteria in a field on the shape that represents the
> delete query. I don't know, but if there is already a standard or
> convention
> for representing these types of objects and actions I'd prefer to adopt
> that
> rather then invent something myself. Any comments would be appreciated.
> Thank
> you.
>
> -Chris



 
Reply With Quote
 
John... Visio MVP
Guest
Posts: n/a
 
      6th Oct 2009
"Chris Moore" <(E-Mail Removed)> wrote in message
news:489E6FBB-2C5A-48B9-B86C-(E-Mail Removed)...
> In my organization we make extensive use of Access to perform tasks and
> processes that in my mind basically amount to data transformation. For
> example we may import a text file or Excel spreadsheet from an external
> source into an Access database, then run a Make Table query that combines
> that data with data from a different source into a new table, then run an
> Update query to format some of the columns in that new table differently
> so
> that they match the data types in yet another table which then allows us
> to
> join those two tables in a query to make yet another table, etc. etc. etc.
> The complexity of it all can get bit overwhelming. I'd like to create some
> graphical representations of these processes to make everyone's life a
> little
> easier and I thought Visio would be an ideal tool for the job.
>
> However I'm having some difficulty finding examples of such a diagram. I
> can't be the first person to have tried this, I'm wondering if there are
> any
> existing conventions for diagramming this type of process. For example:
> How
> should I properly represent a Make Table query vs. an Update query? I'm
> also
> struggling with how much detail to include. For example if I'm going to
> run a
> Delete query to delete certain rows from a table I'd like the diagram to
> give
> some kind of indication of what the logic is behind the delete. Perhaps I
> could put the query's criteria in a field on the shape that represents the
> delete query. I don't know, but if there is already a standard or
> convention
> for representing these types of objects and actions I'd prefer to adopt
> that
> rather then invent something myself. Any comments would be appreciated.
> Thank
> you.
>
> -Chris



I have not come across a standard set of shapes for laying out work flow as
it relates to databases. Normally what I have seen are shapes that
represents the transitions and comments on the line representing the
actions. Just sit down and decide what actions you need to represent and
come up with a set of shapes your organization can agree on. You will then
have a cheat sheet to help understand the drawings. Over time, you can
refine the shapes, but for now, just keep it simple.

After collecting Visio shapes for eighteen years, I am reasonably
comfortable saying that there is no widely held standard for this type of
application. (Though there should be)

With Visio, it is not a trivial task, but it is possible to write code to
read things like JCL or SQL to create Visio drawings so the process can be
automated.

Once you get into Visio, there are more experts hanging out in the
microsoft.public.visio.* newsgroups.

John... Visio MVP

 
Reply With Quote
 
Chris Moore
Guest
Posts: n/a
 
      6th Oct 2009
This confirms my suspicions. Thanks to both of you for your feedback.

"John... Visio MVP" wrote:

> "Chris Moore" <(E-Mail Removed)> wrote in message
> news:489E6FBB-2C5A-48B9-B86C-(E-Mail Removed)...
> > In my organization we make extensive use of Access to perform tasks and
> > processes that in my mind basically amount to data transformation. For
> > example we may import a text file or Excel spreadsheet from an external
> > source into an Access database, then run a Make Table query that combines
> > that data with data from a different source into a new table, then run an
> > Update query to format some of the columns in that new table differently
> > so
> > that they match the data types in yet another table which then allows us
> > to
> > join those two tables in a query to make yet another table, etc. etc. etc.
> > The complexity of it all can get bit overwhelming. I'd like to create some
> > graphical representations of these processes to make everyone's life a
> > little
> > easier and I thought Visio would be an ideal tool for the job.
> >
> > However I'm having some difficulty finding examples of such a diagram. I
> > can't be the first person to have tried this, I'm wondering if there are
> > any
> > existing conventions for diagramming this type of process. For example:
> > How
> > should I properly represent a Make Table query vs. an Update query? I'm
> > also
> > struggling with how much detail to include. For example if I'm going to
> > run a
> > Delete query to delete certain rows from a table I'd like the diagram to
> > give
> > some kind of indication of what the logic is behind the delete. Perhaps I
> > could put the query's criteria in a field on the shape that represents the
> > delete query. I don't know, but if there is already a standard or
> > convention
> > for representing these types of objects and actions I'd prefer to adopt
> > that
> > rather then invent something myself. Any comments would be appreciated.
> > Thank
> > you.
> >
> > -Chris

>
>
> I have not come across a standard set of shapes for laying out work flow as
> it relates to databases. Normally what I have seen are shapes that
> represents the transitions and comments on the line representing the
> actions. Just sit down and decide what actions you need to represent and
> come up with a set of shapes your organization can agree on. You will then
> have a cheat sheet to help understand the drawings. Over time, you can
> refine the shapes, but for now, just keep it simple.
>
> After collecting Visio shapes for eighteen years, I am reasonably
> comfortable saying that there is no widely held standard for this type of
> application. (Though there should be)
>
> With Visio, it is not a trivial task, but it is possible to write code to
> read things like JCL or SQL to create Visio drawings so the process can be
> automated.
>
> Once you get into Visio, there are more experts hanging out in the
> microsoft.public.visio.* newsgroups.
>
> John... Visio MVP
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Show a Visio Diagram on a frm Aussie Rules Microsoft VB .NET 1 4th Nov 2006 08:34 PM
c# code > visio diagram =?Utf-8?B?UnVkaQ==?= Microsoft C# .NET 1 23rd Mar 2006 10:37 PM
Opening a VISIO Diagram =?Utf-8?B?SmVzc2ll?= Microsoft Access Form Coding 1 29th Dec 2005 12:31 AM
Can you build an Access database from a Visio diagram? =?Utf-8?B?UGFibG8=?= Microsoft Access Database Table Design 6 18th Nov 2004 09:31 PM
Diagram Reports in Access (or Visio) Doh Boy Microsoft Access Reports 4 12th Jul 2003 11:52 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:26 AM.