473,395 Members | 1,422 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

how to graphical visualize simple PERT chart (network planning)

Hi all,

Is there any example code available somewhere that graphical visualizes a
simple network planning (PERT chart)?

I have two tables:

tblAction:
ActionID (PK)
Description
StartDate
EndDate

and tblActionLink:
Predecessor_ActionID (PK, FK)
Successor_ActionID (PK, FK)

So, one action could have multiple predecessor actions and multiple
successor actions.

This is part of an application I wrote where I do some simple planning of
actions. What I did now, is show a parent subform and a child subform to
show all the predecessors and successors of a particualar action.

The problem is that this doesn't give the user the overview it needs: a
simple graphical network diagram (PERT chart).

Is such a thing possible?

Kind regards,

Koen
Nov 12 '05 #1
2 4721
You'd be better off with project management software (e.g., Microsoft
Project, Primavera, etc.) that already does this. I assume you are talking
about a GANNT chart. A quick Google search on GANNT turns up a free chart
builder on the first page.

There have been hints that a GANNT chart was going to be included in the
charts that you could create from Access, but it still hasn't turned up. If
you have Excel installed, you can create a GANNT with Excel, and you can get
the data from an Access/Jet database.

Larry Linson
Microsoft Access MVP

"Koen" <no@spam.nl> wrote in message
news:Xn*********************@194.109.133.20...
Hi all,

Is there any example code available somewhere that graphical visualizes a
simple network planning (PERT chart)?

I have two tables:

tblAction:
ActionID (PK)
Description
StartDate
EndDate

and tblActionLink:
Predecessor_ActionID (PK, FK)
Successor_ActionID (PK, FK)

So, one action could have multiple predecessor actions and multiple
successor actions.

This is part of an application I wrote where I do some simple planning of
actions. What I did now, is show a parent subform and a child subform to
show all the predecessors and successors of a particualar action.

The problem is that this doesn't give the user the overview it needs: a
simple graphical network diagram (PERT chart).

Is such a thing possible?

Kind regards,

Koen

Nov 12 '05 #2
One way of doing PERT charts is to umm... use MS Project? You can
stuff whatever you want into Access, and then have it write everything
to Project and do the PERT chart there... It's kinda pricey, though...
You can also do PERT charts with Visio, but it's probably easier in
Project...
Nov 12 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Cobb | last post by:
Hello- I'm interested in building a graphical timeline for a series of tasks that are stored in a SQL Server 2000 database. The tasks reside within a table. We also have a table to track the...
14
by: santosh | last post by:
Hello all I want to know whether there is any greedy approach for job sequencing with variable job completion times.. if there is no greedy approach how to prove it...
10
by: PJ6 | last post by:
I've read some of the posts on this subject but let me add this little twist to the subject's question- I can appreciate the utility of doing screen caps off of other websites with PSP or PhotoShop...
10
by: JJ | last post by:
Just wondered what is generally used to display data in graphical form? (i..e I have some simple data to display in a bar graph/pie chart for example). ? JJ
7
by: John | last post by:
I have a table with amongst others 2 fields: DateIn and DateOut. The idea is to make a chart that shows the average number of days it takes for a request to be answered. I'm planning to make a...
15
by: itschy | last post by:
Hi. I have a couple of nodes (just ids, no coordinates whatsoever) and links betweens them (weighted). Is there any existing solution to visualize this network in php? Thanks itschy
9
by: Mel | last post by:
I have some Asp.net 2.0/vb.net code that creates a gantt chart with some dependencies as a new MS Project (.mpp) file. How would I show this resulting .mpp file on an Asp.net webpage? I want to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.