SlideShare a Scribd company logo
1.1 Background of the study:
 Upper Bicutan National High School is located at Upper
Bicutan near at Taguig City University
 It is a Public School that sustained by the Government
of the Philippines, it has a complete Secondary School
teachers and administrator from first year to fourth
year high school. As of now, the new curriculum was
implemented in their school.
 UBNHS started in the year of 2005-2006 with 11
Teachers under the leadership of Nelson S. Quintong.
 The Upper Bicutan National High School provides a
Higher Education for their students.
 1.2 MISSION
 VISION
USERS OF THE SYSTEM
 Upper Bicutan National High School
OPERATIONAL PROCESS
 In order for you to fill up the Student Information System you must do
the following steps.
 Step 1: Open the Visual Basic 6.0 Compiler
 Step 2: Fill up the form
 Step 3: Click the “Add” button if you are a new students or update if you
are a regular student.
 Step 4: Click again the “Add” button to save the new record
3.1 SYSTEM FLOWCHART
Here is the Visual Representation
of the school system.
3.2 DATA FLOW DIAGRAM
Here is the diagram how they process
their system.
4.1 STATEMENT OF THE PROBLEM
 They consume too much time in encoding the information of the
students.
 Lost their records.
 They consume a lot of time in finding where the record is.
4.2 SCOPES AND LIMITATIONS
SCOPE
 All of the information of students are recorded
 Can see the list of 4th year Student list.
 Can Update and Delete record for students information
 Can Add Additional Information simultaneously
LIMITATIONS
 Don’t over click because it can cause
some errors
 This Compiler (Visual Basic 6.0) is very
sensitive when it comes to coding. So
make sure that every code that you’re
going to type must be correct.
 You should analyze and understand
every steps , because every steps has a
errors so you must going to analyze and
follow the steps.
5.1 REQUIRED USERS
Principal of Upper Bicutan National High School
(Mrs. Gina R. Poblete)
 School Secretary
 Department Heads
 Teachers
5.2 HARDWARE REQUIREMENTS
 Microprocessor- From Pentium 3 up.
 Hard disk- At least 1Tb available space.
 RAM- At least 1gb.
 Internet connection- At least 3mbps.
 Printer and scanner.
Expenses Cost
Current P 100.00
Internet Connection (Pocket Wifi) P 150.00
Printing Papers P 80.00
Computer Rental P 50.00
Total Expenses………………………………P 380.00
5.4 COST ANALYSIS
Note: As of March 2016
6.1 OPERATIONAL PROCESS
6.2 SYSTEM FLOWCHART
Here is the Visual Representation of
Proposed Student Information
System Program and Explains how
the program flow.
NO
YES
NO
YES
START
Fill Out the
Registration
Form
Do want
the
register
Do
something
ADD
Clear
Delete
Update
Display
STOP
6.3 DATA FLOW DIAGRAM
This is the proposed diagram explain
how our system flow.
Administration User
Student
Information
System
Display
Microsoft Access
Database
7.1 INSTRUCTION FOR USERS
 This system is student information system.
 First Filled up the form if you’re done click the Add Record
Button automatically put in data list.
 Update Record Button
 If you want to update the information you should click the
information in the data list and you can see the information was
automatically filled up then you can change the information
now if your done click the update record.
 Delete Record Button
 Click the information in the data list and click the Delete and
you can see the information was deleted.
 Clear Record Button
 This Button is used to clear the writings in the form.
 First Button
 This Button use to see the first information that you add.
 Previous Button
 This Button use to see previous information.
 Next Button
 This Button use to see the second information up to last
information.
 Last Button
 This Button use to see the last information in the data
list.
A Computer program in its
original programming
language before translation
into object code usually by a
compiler.
Private Sub addbtn_Click()
Studentdb.Recordset.AddNew
End Sub
Private Sub cancelbtn_Click()
txtid.Text = ""
txtid.Text = ""
txtname.Text = ""
txtclass.Text = ""
txtadd.Text = ""
txtemail.Text = ""
txtphone.Text = ""
End Sub
Private Sub delbtn_Click()
confirmation = MsgBox("do you want to delete this record",
vbYesNo + vbCritical, "delete record confirmation")
If confirmation = vbYes Then
Studentdb.Recordset.Delete
MsgBox "record has been delete succesfully", vbInformation,
"message"
MsgBox "record not delete!!!! ", vbInformation, "message"
End If
End Sub
Private Sub exitbtn_Click()
Me.Hide
End Sub
Private Sub firstbtn_Click()
Studentdb.Recordset.MoveFirst
End Sub
Private Sub lastbtn_Click()
Studentdb.Recordset.MoveLast
End Sub
Private Sub nxtbtn_Click()
Studentdb.Recordset.MoveNext
End Sub
Private Sub Prevbtn_Click()
Studentdb.Recordset.MovePrevious
End Sub
Private Sub Timer1_Timer()
Randomize Timer
R = Fix(Rnd * 256)
g = Fix(Rnd * 256)
b = Fix(Rnd * 256)
Label1.ForeColor = RGB(R, g, b)
N = N + 1
Label1.FontSize = 24
End Sub
Private Sub upadatebtn_Click()
Studentdb.Recordset.Fields("ID") = txtid.Text
Studentdb.Recordset.Fields("Name") = txtname.Text
Studentdb.Recordset.Fields("Class") = txtclass.Text
Studentdb.Recordset.Fields("Address") = txtadd.Text
Studentdb.Recordset.Fields("Email") = txtemail.Text
Studentdb.Recordset.Fields("Phone") = txtphone.Text
Studentdb.Recordset.Update
MsgBox "data is saved sucessfully ", vbInformation,
"message"
End Sub

More Related Content

Similar to Powerpoint for thesis

Mis 589 Massive Success / snaptutorial.com
Mis 589 Massive Success / snaptutorial.comMis 589 Massive Success / snaptutorial.com
Mis 589 Massive Success / snaptutorial.com
Stephenson185
 
LAS 6.pdf
LAS 6.pdfLAS 6.pdf
LAS 6.pdf
pondoharletgrace
 
Lsmw (Legacy System Migration Workbench)
Lsmw (Legacy System Migration Workbench)Lsmw (Legacy System Migration Workbench)
Lsmw (Legacy System Migration Workbench)
Leila Morteza
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
Kamal Acharya
 
Ict dcr
Ict dcrIct dcr
Project 2
Project 2Project 2
Project 2
Brandon Sine
 
Ti ta-ge
Ti ta-geTi ta-ge
Ti ta-ge
nivashanand
 
RelDog Manual - w comments - wo links
RelDog Manual - w comments - wo linksRelDog Manual - w comments - wo links
RelDog Manual - w comments - wo links
Jennifer Gumpert, PMP
 
Documentation project of college management [1]
Documentation project of college management [1]Documentation project of college management [1]
Documentation project of college management [1]
Priyaranjan Verma
 
Pace IT - Admin Tools (Part 2)
Pace IT - Admin Tools (Part 2)Pace IT - Admin Tools (Part 2)
Pace IT - Admin Tools (Part 2)
Pace IT at Edmonds Community College
 
3 - Thermometer.pptx thermometer thermometer thermometer
3 - Thermometer.pptx thermometer thermometer thermometer3 - Thermometer.pptx thermometer thermometer thermometer
3 - Thermometer.pptx thermometer thermometer thermometer
austcornish143
 
Iptim
IptimIptim
Iptim
Iptim
 
eProject Expo Management System - Report
eProject Expo Management System - ReporteProject Expo Management System - Report
eProject Expo Management System - Report
Faizan Anwer
 
Sport.net(2).doc
Sport.net(2).docSport.net(2).doc
Sport.net(2).doc
KrishnaVerma111737
 
Chapter IV Continued....docx
Chapter IV Continued....docxChapter IV Continued....docx
Chapter IV Continued....docx
AllanBaaresLacorte
 
Image Processing and Deep Learning (EEEM063) DIGITS Introd
Image Processing and Deep Learning (EEEM063) DIGITS IntrodImage Processing and Deep Learning (EEEM063) DIGITS Introd
Image Processing and Deep Learning (EEEM063) DIGITS Introd
MalikPinckney86
 
Introduction to toolbox under matlab environment
Introduction to toolbox under matlab environmentIntroduction to toolbox under matlab environment
Introduction to toolbox under matlab environment
Paramjeet Singh Jamwal
 
SAINT COLUMBAN COLLEGE REAL-TIME OCCUPANCY MONITOR.pptx
SAINT COLUMBAN COLLEGE REAL-TIME OCCUPANCY MONITOR.pptxSAINT COLUMBAN COLLEGE REAL-TIME OCCUPANCY MONITOR.pptx
SAINT COLUMBAN COLLEGE REAL-TIME OCCUPANCY MONITOR.pptx
JoshuaAbiles1
 
PORT FOLIO
PORT FOLIOPORT FOLIO
PORT FOLIO
PALLAVI GUPTA
 
Student assistant
Student assistantStudent assistant
Student assistant
Navaneeth Krishnan
 

Similar to Powerpoint for thesis (20)

Mis 589 Massive Success / snaptutorial.com
Mis 589 Massive Success / snaptutorial.comMis 589 Massive Success / snaptutorial.com
Mis 589 Massive Success / snaptutorial.com
 
LAS 6.pdf
LAS 6.pdfLAS 6.pdf
LAS 6.pdf
 
Lsmw (Legacy System Migration Workbench)
Lsmw (Legacy System Migration Workbench)Lsmw (Legacy System Migration Workbench)
Lsmw (Legacy System Migration Workbench)
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
 
Ict dcr
Ict dcrIct dcr
Ict dcr
 
Project 2
Project 2Project 2
Project 2
 
Ti ta-ge
Ti ta-geTi ta-ge
Ti ta-ge
 
RelDog Manual - w comments - wo links
RelDog Manual - w comments - wo linksRelDog Manual - w comments - wo links
RelDog Manual - w comments - wo links
 
Documentation project of college management [1]
Documentation project of college management [1]Documentation project of college management [1]
Documentation project of college management [1]
 
Pace IT - Admin Tools (Part 2)
Pace IT - Admin Tools (Part 2)Pace IT - Admin Tools (Part 2)
Pace IT - Admin Tools (Part 2)
 
3 - Thermometer.pptx thermometer thermometer thermometer
3 - Thermometer.pptx thermometer thermometer thermometer3 - Thermometer.pptx thermometer thermometer thermometer
3 - Thermometer.pptx thermometer thermometer thermometer
 
Iptim
IptimIptim
Iptim
 
eProject Expo Management System - Report
eProject Expo Management System - ReporteProject Expo Management System - Report
eProject Expo Management System - Report
 
Sport.net(2).doc
Sport.net(2).docSport.net(2).doc
Sport.net(2).doc
 
Chapter IV Continued....docx
Chapter IV Continued....docxChapter IV Continued....docx
Chapter IV Continued....docx
 
Image Processing and Deep Learning (EEEM063) DIGITS Introd
Image Processing and Deep Learning (EEEM063) DIGITS IntrodImage Processing and Deep Learning (EEEM063) DIGITS Introd
Image Processing and Deep Learning (EEEM063) DIGITS Introd
 
Introduction to toolbox under matlab environment
Introduction to toolbox under matlab environmentIntroduction to toolbox under matlab environment
Introduction to toolbox under matlab environment
 
SAINT COLUMBAN COLLEGE REAL-TIME OCCUPANCY MONITOR.pptx
SAINT COLUMBAN COLLEGE REAL-TIME OCCUPANCY MONITOR.pptxSAINT COLUMBAN COLLEGE REAL-TIME OCCUPANCY MONITOR.pptx
SAINT COLUMBAN COLLEGE REAL-TIME OCCUPANCY MONITOR.pptx
 
PORT FOLIO
PORT FOLIOPORT FOLIO
PORT FOLIO
 
Student assistant
Student assistantStudent assistant
Student assistant
 

Recently uploaded

Types of Herbal Cosmetics its standardization.
Types of Herbal Cosmetics its standardization.Types of Herbal Cosmetics its standardization.
Types of Herbal Cosmetics its standardization.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
Israel Genealogy Research Association
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
adhitya5119
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
NgcHiNguyn25
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
Dr. Mulla Adam Ali
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
amberjdewit93
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
Nicholas Montgomery
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Dr. Vinod Kumar Kanvaria
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
Colégio Santa Teresinha
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
Celine George
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
adhitya5119
 
Smart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICTSmart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICT
simonomuemu
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
Dr. Shivangi Singh Parihar
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
IreneSebastianRueco1
 

Recently uploaded (20)

Types of Herbal Cosmetics its standardization.
Types of Herbal Cosmetics its standardization.Types of Herbal Cosmetics its standardization.
Types of Herbal Cosmetics its standardization.
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
 
Smart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICTSmart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICT
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
 

Powerpoint for thesis

  • 1.
  • 2.
  • 3. 1.1 Background of the study:  Upper Bicutan National High School is located at Upper Bicutan near at Taguig City University  It is a Public School that sustained by the Government of the Philippines, it has a complete Secondary School teachers and administrator from first year to fourth year high school. As of now, the new curriculum was implemented in their school.  UBNHS started in the year of 2005-2006 with 11 Teachers under the leadership of Nelson S. Quintong.  The Upper Bicutan National High School provides a Higher Education for their students.
  • 5. USERS OF THE SYSTEM  Upper Bicutan National High School OPERATIONAL PROCESS  In order for you to fill up the Student Information System you must do the following steps.  Step 1: Open the Visual Basic 6.0 Compiler  Step 2: Fill up the form  Step 3: Click the “Add” button if you are a new students or update if you are a regular student.  Step 4: Click again the “Add” button to save the new record
  • 6. 3.1 SYSTEM FLOWCHART Here is the Visual Representation of the school system.
  • 7.
  • 8. 3.2 DATA FLOW DIAGRAM Here is the diagram how they process their system.
  • 9.
  • 10. 4.1 STATEMENT OF THE PROBLEM  They consume too much time in encoding the information of the students.  Lost their records.  They consume a lot of time in finding where the record is. 4.2 SCOPES AND LIMITATIONS SCOPE  All of the information of students are recorded  Can see the list of 4th year Student list.  Can Update and Delete record for students information  Can Add Additional Information simultaneously
  • 11. LIMITATIONS  Don’t over click because it can cause some errors  This Compiler (Visual Basic 6.0) is very sensitive when it comes to coding. So make sure that every code that you’re going to type must be correct.  You should analyze and understand every steps , because every steps has a errors so you must going to analyze and follow the steps.
  • 12. 5.1 REQUIRED USERS Principal of Upper Bicutan National High School (Mrs. Gina R. Poblete)  School Secretary  Department Heads  Teachers 5.2 HARDWARE REQUIREMENTS  Microprocessor- From Pentium 3 up.  Hard disk- At least 1Tb available space.  RAM- At least 1gb.  Internet connection- At least 3mbps.  Printer and scanner.
  • 13. Expenses Cost Current P 100.00 Internet Connection (Pocket Wifi) P 150.00 Printing Papers P 80.00 Computer Rental P 50.00 Total Expenses………………………………P 380.00 5.4 COST ANALYSIS Note: As of March 2016
  • 15. 6.2 SYSTEM FLOWCHART Here is the Visual Representation of Proposed Student Information System Program and Explains how the program flow.
  • 16. NO YES NO YES START Fill Out the Registration Form Do want the register Do something ADD Clear Delete Update Display STOP
  • 17. 6.3 DATA FLOW DIAGRAM This is the proposed diagram explain how our system flow.
  • 19. 7.1 INSTRUCTION FOR USERS  This system is student information system.  First Filled up the form if you’re done click the Add Record Button automatically put in data list.  Update Record Button  If you want to update the information you should click the information in the data list and you can see the information was automatically filled up then you can change the information now if your done click the update record.  Delete Record Button  Click the information in the data list and click the Delete and you can see the information was deleted.
  • 20.  Clear Record Button  This Button is used to clear the writings in the form.  First Button  This Button use to see the first information that you add.  Previous Button  This Button use to see previous information.  Next Button  This Button use to see the second information up to last information.  Last Button  This Button use to see the last information in the data list.
  • 21.
  • 22.
  • 23.
  • 24. A Computer program in its original programming language before translation into object code usually by a compiler.
  • 25. Private Sub addbtn_Click() Studentdb.Recordset.AddNew End Sub Private Sub cancelbtn_Click() txtid.Text = "" txtid.Text = "" txtname.Text = "" txtclass.Text = "" txtadd.Text = "" txtemail.Text = "" txtphone.Text = "" End Sub
  • 26. Private Sub delbtn_Click() confirmation = MsgBox("do you want to delete this record", vbYesNo + vbCritical, "delete record confirmation") If confirmation = vbYes Then Studentdb.Recordset.Delete MsgBox "record has been delete succesfully", vbInformation, "message" MsgBox "record not delete!!!! ", vbInformation, "message" End If End Sub Private Sub exitbtn_Click() Me.Hide End Sub Private Sub firstbtn_Click() Studentdb.Recordset.MoveFirst End Sub
  • 27. Private Sub lastbtn_Click() Studentdb.Recordset.MoveLast End Sub Private Sub nxtbtn_Click() Studentdb.Recordset.MoveNext End Sub Private Sub Prevbtn_Click() Studentdb.Recordset.MovePrevious End Sub Private Sub Timer1_Timer() Randomize Timer R = Fix(Rnd * 256) g = Fix(Rnd * 256) b = Fix(Rnd * 256) Label1.ForeColor = RGB(R, g, b) N = N + 1 Label1.FontSize = 24 End Sub
  • 28. Private Sub upadatebtn_Click() Studentdb.Recordset.Fields("ID") = txtid.Text Studentdb.Recordset.Fields("Name") = txtname.Text Studentdb.Recordset.Fields("Class") = txtclass.Text Studentdb.Recordset.Fields("Address") = txtadd.Text Studentdb.Recordset.Fields("Email") = txtemail.Text Studentdb.Recordset.Fields("Phone") = txtphone.Text Studentdb.Recordset.Update MsgBox "data is saved sucessfully ", vbInformation, "message" End Sub