473,738 Members | 6,332 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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_Act ionID (PK, FK)
Successor_Actio nID (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 4761
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******** *************@1 94.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_Act ionID (PK, FK)
Successor_Actio nID (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
8018
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 history and date of status changes. Some of the status flags are as follows: 1 - In Progress. 2 - Awaiting Info. 3 - On review server. For each task, using ASP or ASP.Net, I would like to be able to display a
14
798
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
1580
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 to get some of my website's graphical elements, but really I'd rather mostly generate my own graphics. Are these tools (I haven't looked at them yet) useful for authorship of original work? So far (this is kind of sad, really) to get exactly...
10
1652
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
2230
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 linechart with on the x-axis the months (starting with the current month and ending 11 months later) and on the y-axis the average number of days (DateOut minus DateIn). So the chart will show the average number of days per month. How would I go...
15
1770
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
5981
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 show the Gantt Chart as a graphical object on my webpage and display it as read only.
0
9473
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9334
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9259
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9208
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
4569
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4824
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3279
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2744
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2193
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.