Login

Welcome, Guest. Please login or register.

September 12, 2025, 07:06:38 am

Author Topic: Help with N-S Diagram  (Read 1429 times)  Share 

0 Members and 1 Guest are viewing this topic.

huss48

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 361
  • Respect: +40
Help with N-S Diagram
« on: August 23, 2010, 04:24:15 pm »
0
Hi there can someone help me do a N-S Diagram for one module (eg, saving, adding, updating or deleting) a record from the VB program.
This is for the U4O1 where you need to create a database records and put it in the VB program.

Also how would u write a pseudo code for checking if the ID field is numeric.

help is greatly needed  :)
Bachelor of Business (Accountancy) @ RMIT University
(COMPLETED IN 2014)

huss48

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 361
  • Respect: +40
Re: Help with N-S Diagram
« Reply #1 on: August 23, 2010, 04:26:52 pm »
0
this program we making for U4O1 is a database records for patients.

Fields: Patient's ID, First name, Surname, Street, Address, Phone, E-mail, DOB, Medical Notes
Bachelor of Business (Accountancy) @ RMIT University
(COMPLETED IN 2014)

chopz

  • Victorian
  • Trendsetter
  • **
  • Posts: 112
  • Respect: +1
Re: Help with N-S Diagram
« Reply #2 on: August 24, 2010, 05:26:57 pm »
0
u should set the ID field as automatic...so it cannot be changed.
and also are u using access to link it up?
2009 - Further Maths (37) , Cisco Semester 1&2 (Pass)
2010 - English (35+) Methods CAS (35~) IT APPS (40+) IT SD (40+)

huss48

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 361
  • Respect: +40
Re: Help with N-S Diagram
« Reply #3 on: August 24, 2010, 07:47:15 pm »
0
yeh access, need to know how to do it by Wednesday

please help 
Bachelor of Business (Accountancy) @ RMIT University
(COMPLETED IN 2014)

chopz

  • Victorian
  • Trendsetter
  • **
  • Posts: 112
  • Respect: +1
Re: Help with N-S Diagram
« Reply #4 on: August 24, 2010, 10:53:11 pm »
0

Also how would u write a pseudo code for checking if the ID field is numeric.


If using database the ID field would be the primary key.
And u would set it to autonumber, and also disable the label or textbox in which u are displaying the ID field in.
Therefore there shouldn't be a psuedo code needed for checking the ID field if it's numeric.
2009 - Further Maths (37) , Cisco Semester 1&2 (Pass)
2010 - English (35+) Methods CAS (35~) IT APPS (40+) IT SD (40+)

huss48

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 361
  • Respect: +40
Re: Help with N-S Diagram
« Reply #5 on: August 25, 2010, 02:07:43 pm »
0
yeh but we have to write one
Bachelor of Business (Accountancy) @ RMIT University
(COMPLETED IN 2014)