SlideShare ist ein Scribd-Unternehmen logo
1 von 46
Visual Basic For Applications MS Access, Beginning Course AVB201 – Beginning Access VBA P.O. Box 6142 Laguna Niguel, CA 92607 949-489-1472 http://www.dhdursoassociates.com [email_address] Module 2
COURSE OUTLINE ,[object Object],[object Object],[object Object]
Session 2: VBA Language Constructs and Programming Techniques ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
2.1 Making Decisions: If..Else, Select..Case ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
2.1 ..cont ,[object Object]
..cont ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
..cont ,[object Object],[object Object],[object Object],[object Object]
..cont
..cont ,[object Object],[object Object],[object Object],[object Object]
..cont ,[object Object],[object Object]
Select .. Case ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
..cont ,[object Object],[object Object]
..cont 'case example Sub DaynameWithCase(Day As Integer) Select Case Day Case 1 Debug.Print "You chose Sunday" Case 2 Debug.Print "You chose Monday" Case 3 Debug.Print "You chose Tuesday" Case 4 Debug.Print "You chose Wednesday" Case 5 Debug.Print "You chose thursday" Case 6 Debug.Print "You chose Friday" Case 7 Debug.Print "You chose Saturday" Case Else Debug.Print "You entered an invalid day number" End Select End Sub
2.2 Making Repetitions Simple: For..Next, Do..Loop ,[object Object],[object Object],[object Object]
..cont ,[object Object],[object Object],[object Object],[object Object],[object Object]
2.2 Making Repetitions Simple: For..Next, Do..Loop
..cont ,[object Object],[object Object],[object Object]
Do .. Loop ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Do .. Loop
..cont ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
2.3 Calling Functions and Sub Procedures. ,[object Object],[object Object],[object Object]
2.3 Calling Functions and Sub Procedures. ,[object Object],[object Object],[object Object]
2.4 Getting Interactive with Message Boxes ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
..cont ,[object Object],[object Object],[object Object]
..cont
..cont ,[object Object],[object Object],[object Object]
..cont ,[object Object],[object Object],[object Object],[object Object],[object Object]
..cont ,[object Object],[object Object],[object Object]
2.5 Using VBA Editor for Effective Debugging. ,[object Object],[object Object],[object Object]
..cont ,[object Object],[object Object],[object Object]
..cont ,[object Object],[object Object],[object Object],[object Object]
Syntax Errors ,[object Object],[object Object],[object Object]
Syntax Errors ,[object Object]
Logical Errors ,[object Object],[object Object],[object Object]
..cont (some useful commands) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
2.6 Handling Errors And Missing Data ,[object Object],[object Object]
..cont ,[object Object],[object Object],[object Object]
..cont (example) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
..cont (example) ,[object Object],[object Object]
..cont (example)
..cont (example)
Handling Missing Data (Nulls) ,[object Object],[object Object],[object Object],[object Object]
2.7 Finding a Record ,[object Object],[object Object],[object Object],[object Object]
2.7 ..cont ,[object Object],[object Object],[object Object]
2.7 ..cont
AVB201 – End of Course ,[object Object],[object Object]

Weitere ähnliche Inhalte

Was ist angesagt?

computer notes - Evaluating postfix expressions
computer notes - Evaluating postfix expressionscomputer notes - Evaluating postfix expressions
computer notes - Evaluating postfix expressionsecomputernotes
 
PBO Pert 4 - Mengenal dan Memahami Konsep Percabangan Pada Java
PBO Pert 4 - Mengenal dan Memahami Konsep Percabangan Pada JavaPBO Pert 4 - Mengenal dan Memahami Konsep Percabangan Pada Java
PBO Pert 4 - Mengenal dan Memahami Konsep Percabangan Pada JavaRUDISELAMAT2
 
Overloading and overriding in vb.net
Overloading and overriding in vb.netOverloading and overriding in vb.net
Overloading and overriding in vb.netsuraj pandey
 
Database Entity Relationship Diagram (ERD)
Database Entity Relationship Diagram (ERD)Database Entity Relationship Diagram (ERD)
Database Entity Relationship Diagram (ERD)badsect1
 
Control structures i
Control structures i Control structures i
Control structures i Ahmad Idrees
 
virtual function
virtual functionvirtual function
virtual functionVENNILAV6
 
Decision making and branching in c programming
Decision making and branching in c programmingDecision making and branching in c programming
Decision making and branching in c programmingPriyansh Thakar
 
Triggers in plsql
Triggers in plsqlTriggers in plsql
Triggers in plsqlArun Sial
 
Control Structure in C
Control Structure in CControl Structure in C
Control Structure in CNeel Shah
 
Chapter 5 - Operators in C++
Chapter 5 - Operators in C++Chapter 5 - Operators in C++
Chapter 5 - Operators in C++Deepak Singh
 
Virtual base class
Virtual base classVirtual base class
Virtual base classTech_MX
 
C++ Overview
C++ OverviewC++ Overview
C++ Overviewkelleyc3
 

Was ist angesagt? (20)

computer notes - Evaluating postfix expressions
computer notes - Evaluating postfix expressionscomputer notes - Evaluating postfix expressions
computer notes - Evaluating postfix expressions
 
Function overloading
Function overloadingFunction overloading
Function overloading
 
Modul praktikum pbo java swing
Modul praktikum pbo java swingModul praktikum pbo java swing
Modul praktikum pbo java swing
 
Oracle: Cursors
Oracle: CursorsOracle: Cursors
Oracle: Cursors
 
PBO Pert 4 - Mengenal dan Memahami Konsep Percabangan Pada Java
PBO Pert 4 - Mengenal dan Memahami Konsep Percabangan Pada JavaPBO Pert 4 - Mengenal dan Memahami Konsep Percabangan Pada Java
PBO Pert 4 - Mengenal dan Memahami Konsep Percabangan Pada Java
 
Overloading and overriding in vb.net
Overloading and overriding in vb.netOverloading and overriding in vb.net
Overloading and overriding in vb.net
 
Database Entity Relationship Diagram (ERD)
Database Entity Relationship Diagram (ERD)Database Entity Relationship Diagram (ERD)
Database Entity Relationship Diagram (ERD)
 
Inline functions
Inline functionsInline functions
Inline functions
 
Control structures i
Control structures i Control structures i
Control structures i
 
virtual function
virtual functionvirtual function
virtual function
 
Decision making and branching in c programming
Decision making and branching in c programmingDecision making and branching in c programming
Decision making and branching in c programming
 
C++ STATEMENTS
C++ STATEMENTS C++ STATEMENTS
C++ STATEMENTS
 
Triggers in plsql
Triggers in plsqlTriggers in plsql
Triggers in plsql
 
Database Access With JDBC
Database Access With JDBCDatabase Access With JDBC
Database Access With JDBC
 
Inheritance
InheritanceInheritance
Inheritance
 
Python-DataAbstarction.pptx
Python-DataAbstarction.pptxPython-DataAbstarction.pptx
Python-DataAbstarction.pptx
 
Control Structure in C
Control Structure in CControl Structure in C
Control Structure in C
 
Chapter 5 - Operators in C++
Chapter 5 - Operators in C++Chapter 5 - Operators in C++
Chapter 5 - Operators in C++
 
Virtual base class
Virtual base classVirtual base class
Virtual base class
 
C++ Overview
C++ OverviewC++ Overview
C++ Overview
 

Andere mochten auch

Development of a Wire and Cable Extrusion Line for Processing Polyolefins Con...
Development of a Wire and Cable Extrusion Line for Processing Polyolefins Con...Development of a Wire and Cable Extrusion Line for Processing Polyolefins Con...
Development of a Wire and Cable Extrusion Line for Processing Polyolefins Con...LDriscoll11
 
Shop Floor – Explore how ERP is used to create and mainain Work Centers, Rout...
Shop Floor – Explore how ERP is used to create and mainain Work Centers, Rout...Shop Floor – Explore how ERP is used to create and mainain Work Centers, Rout...
Shop Floor – Explore how ERP is used to create and mainain Work Centers, Rout...Rootstock Software
 
ERP 101 Series: Engineering Revisions and Engineering Change Order (ECO)
ERP 101 Series: Engineering Revisions and Engineering Change Order (ECO) ERP 101 Series: Engineering Revisions and Engineering Change Order (ECO)
ERP 101 Series: Engineering Revisions and Engineering Change Order (ECO) Rootstock Software
 
ERP 101: Work Orders - The Starting Points of Manufacturing
ERP 101: Work Orders - The Starting Points of ManufacturingERP 101: Work Orders - The Starting Points of Manufacturing
ERP 101: Work Orders - The Starting Points of ManufacturingRootstock Software
 
ERP 101 : Shop Floor – See how scheduling the Shop Floor through ERP controls...
ERP 101 : Shop Floor – See how scheduling the Shop Floor through ERP controls...ERP 101 : Shop Floor – See how scheduling the Shop Floor through ERP controls...
ERP 101 : Shop Floor – See how scheduling the Shop Floor through ERP controls...Rootstock Software
 
ERP 101: MRP - Step through an overview of this vital ERP subset
ERP 101: MRP - Step through an overview of this vital ERP subsetERP 101: MRP - Step through an overview of this vital ERP subset
ERP 101: MRP - Step through an overview of this vital ERP subsetRootstock Software
 
ERP 101 Series: Engineering Basics - The Importance of Part Master Records an...
ERP 101 Series: Engineering Basics - The Importance of Part Master Records an...ERP 101 Series: Engineering Basics - The Importance of Part Master Records an...
ERP 101 Series: Engineering Basics - The Importance of Part Master Records an...Rootstock Software
 
ERP 101- Introduction to ERP for Manufacturing & Distribution
ERP 101- Introduction to ERP for Manufacturing & DistributionERP 101- Introduction to ERP for Manufacturing & Distribution
ERP 101- Introduction to ERP for Manufacturing & DistributionRootstock Software
 
ERP 101: Procurement - Link Your Vendors and Purchase Part via ERP
ERP 101: Procurement - Link Your Vendors and Purchase Part via ERPERP 101: Procurement - Link Your Vendors and Purchase Part via ERP
ERP 101: Procurement - Link Your Vendors and Purchase Part via ERPRootstock Software
 
ERP 101: Inventory - Maintaining Accurate and Reliable Data
ERP 101: Inventory - Maintaining Accurate and Reliable DataERP 101: Inventory - Maintaining Accurate and Reliable Data
ERP 101: Inventory - Maintaining Accurate and Reliable DataRootstock Software
 
Sales – See how you can link your Customers and Products via ERP
Sales – See how you can link your Customers and Products via ERPSales – See how you can link your Customers and Products via ERP
Sales – See how you can link your Customers and Products via ERPRootstock Software
 
Alles Van Tmm
Alles Van TmmAlles Van Tmm
Alles Van Tmmlucasnet
 
Futuretronium Book 100.0 (The Revolution II)! By Andres Agostini at http://li...
Futuretronium Book 100.0 (The Revolution II)! By Andres Agostini at http://li...Futuretronium Book 100.0 (The Revolution II)! By Andres Agostini at http://li...
Futuretronium Book 100.0 (The Revolution II)! By Andres Agostini at http://li...Andres Agostini, Future Knowledgist
 
Link Journalism: Curation to increase trust, relevance, brevity and pageviews
Link Journalism: Curation to increase trust, relevance, brevity and pageviewsLink Journalism: Curation to increase trust, relevance, brevity and pageviews
Link Journalism: Curation to increase trust, relevance, brevity and pageviewsRyan Thornburg
 
OpenRural's Guide to Digital Public Records in N.C.
OpenRural's Guide to Digital Public Records in N.C.OpenRural's Guide to Digital Public Records in N.C.
OpenRural's Guide to Digital Public Records in N.C.Ryan Thornburg
 
Course Catalog
Course CatalogCourse Catalog
Course CatalogDan D'Urso
 

Andere mochten auch (20)

Development of a Wire and Cable Extrusion Line for Processing Polyolefins Con...
Development of a Wire and Cable Extrusion Line for Processing Polyolefins Con...Development of a Wire and Cable Extrusion Line for Processing Polyolefins Con...
Development of a Wire and Cable Extrusion Line for Processing Polyolefins Con...
 
Muse Senser
Muse SenserMuse Senser
Muse Senser
 
Shop Floor – Explore how ERP is used to create and mainain Work Centers, Rout...
Shop Floor – Explore how ERP is used to create and mainain Work Centers, Rout...Shop Floor – Explore how ERP is used to create and mainain Work Centers, Rout...
Shop Floor – Explore how ERP is used to create and mainain Work Centers, Rout...
 
ERP 101 Series: Engineering Revisions and Engineering Change Order (ECO)
ERP 101 Series: Engineering Revisions and Engineering Change Order (ECO) ERP 101 Series: Engineering Revisions and Engineering Change Order (ECO)
ERP 101 Series: Engineering Revisions and Engineering Change Order (ECO)
 
ERP 101: Work Orders - The Starting Points of Manufacturing
ERP 101: Work Orders - The Starting Points of ManufacturingERP 101: Work Orders - The Starting Points of Manufacturing
ERP 101: Work Orders - The Starting Points of Manufacturing
 
ERP 101 : Shop Floor – See how scheduling the Shop Floor through ERP controls...
ERP 101 : Shop Floor – See how scheduling the Shop Floor through ERP controls...ERP 101 : Shop Floor – See how scheduling the Shop Floor through ERP controls...
ERP 101 : Shop Floor – See how scheduling the Shop Floor through ERP controls...
 
ERP 101: MRP - Step through an overview of this vital ERP subset
ERP 101: MRP - Step through an overview of this vital ERP subsetERP 101: MRP - Step through an overview of this vital ERP subset
ERP 101: MRP - Step through an overview of this vital ERP subset
 
ERP 101 Series: Engineering Basics - The Importance of Part Master Records an...
ERP 101 Series: Engineering Basics - The Importance of Part Master Records an...ERP 101 Series: Engineering Basics - The Importance of Part Master Records an...
ERP 101 Series: Engineering Basics - The Importance of Part Master Records an...
 
ERP 101- Introduction to ERP for Manufacturing & Distribution
ERP 101- Introduction to ERP for Manufacturing & DistributionERP 101- Introduction to ERP for Manufacturing & Distribution
ERP 101- Introduction to ERP for Manufacturing & Distribution
 
ERP 101: Procurement - Link Your Vendors and Purchase Part via ERP
ERP 101: Procurement - Link Your Vendors and Purchase Part via ERPERP 101: Procurement - Link Your Vendors and Purchase Part via ERP
ERP 101: Procurement - Link Your Vendors and Purchase Part via ERP
 
ERP 101: Inventory - Maintaining Accurate and Reliable Data
ERP 101: Inventory - Maintaining Accurate and Reliable DataERP 101: Inventory - Maintaining Accurate and Reliable Data
ERP 101: Inventory - Maintaining Accurate and Reliable Data
 
Sales – See how you can link your Customers and Products via ERP
Sales – See how you can link your Customers and Products via ERPSales – See how you can link your Customers and Products via ERP
Sales – See how you can link your Customers and Products via ERP
 
¿Somos animales?
¿Somos animales?¿Somos animales?
¿Somos animales?
 
Filoangeletaferrer
FiloangeletaferrerFiloangeletaferrer
Filoangeletaferrer
 
Alles Van Tmm
Alles Van TmmAlles Van Tmm
Alles Van Tmm
 
Futuretronium Book 100.0 (The Revolution II)! By Andres Agostini at http://li...
Futuretronium Book 100.0 (The Revolution II)! By Andres Agostini at http://li...Futuretronium Book 100.0 (The Revolution II)! By Andres Agostini at http://li...
Futuretronium Book 100.0 (The Revolution II)! By Andres Agostini at http://li...
 
Link Journalism: Curation to increase trust, relevance, brevity and pageviews
Link Journalism: Curation to increase trust, relevance, brevity and pageviewsLink Journalism: Curation to increase trust, relevance, brevity and pageviews
Link Journalism: Curation to increase trust, relevance, brevity and pageviews
 
OpenRural's Guide to Digital Public Records in N.C.
OpenRural's Guide to Digital Public Records in N.C.OpenRural's Guide to Digital Public Records in N.C.
OpenRural's Guide to Digital Public Records in N.C.
 
Course Catalog
Course CatalogCourse Catalog
Course Catalog
 
IntelliStick
IntelliStickIntelliStick
IntelliStick
 

Ähnlich wie AVB201.2 Microsoft Access VBA Module 2

AVB201.1 MS Access VBA Module 1
AVB201.1 MS Access VBA Module 1AVB201.1 MS Access VBA Module 1
AVB201.1 MS Access VBA Module 1guest38bf
 
Cis 1403 lab1- the process of programming
Cis 1403 lab1- the process of programmingCis 1403 lab1- the process of programming
Cis 1403 lab1- the process of programmingHamad Odhabi
 
Visual Programming
Visual ProgrammingVisual Programming
Visual ProgrammingBagzzz
 
Mastering python lesson2
Mastering python lesson2Mastering python lesson2
Mastering python lesson2Ruth Marvin
 
Basics of Programming - A Review Guide
Basics of Programming - A Review GuideBasics of Programming - A Review Guide
Basics of Programming - A Review GuideBenjamin Kissinger
 
1.5 branching and subroutines
1.5   branching and subroutines1.5   branching and subroutines
1.5 branching and subroutinesallenbailey
 
Book management system
Book management systemBook management system
Book management systemSHARDA SHARAN
 
Visual basic 6.0
Visual basic 6.0Visual basic 6.0
Visual basic 6.0Aarti P
 
VISUAL_BASIC_LECTURE_NOTE_A_Z_MADE_EASY.pdf
VISUAL_BASIC_LECTURE_NOTE_A_Z_MADE_EASY.pdfVISUAL_BASIC_LECTURE_NOTE_A_Z_MADE_EASY.pdf
VISUAL_BASIC_LECTURE_NOTE_A_Z_MADE_EASY.pdfNALANDACSCCENTRE
 
Contact management system
Contact management systemContact management system
Contact management systemSHARDA SHARAN
 
Introduction to programming by MUFIX Commnity
Introduction to programming by MUFIX CommnityIntroduction to programming by MUFIX Commnity
Introduction to programming by MUFIX Commnitymazenet
 
Presentation on visual basic 6 (vb6)
Presentation on visual basic 6 (vb6)Presentation on visual basic 6 (vb6)
Presentation on visual basic 6 (vb6)pbarasia
 

Ähnlich wie AVB201.2 Microsoft Access VBA Module 2 (20)

AVB201.1 MS Access VBA Module 1
AVB201.1 MS Access VBA Module 1AVB201.1 MS Access VBA Module 1
AVB201.1 MS Access VBA Module 1
 
Cis 1403 lab1- the process of programming
Cis 1403 lab1- the process of programmingCis 1403 lab1- the process of programming
Cis 1403 lab1- the process of programming
 
Switch case looping
Switch case loopingSwitch case looping
Switch case looping
 
Visual Programming
Visual ProgrammingVisual Programming
Visual Programming
 
Mastering python lesson2
Mastering python lesson2Mastering python lesson2
Mastering python lesson2
 
Basics of Programming - A Review Guide
Basics of Programming - A Review GuideBasics of Programming - A Review Guide
Basics of Programming - A Review Guide
 
1.5 branching and subroutines
1.5   branching and subroutines1.5   branching and subroutines
1.5 branching and subroutines
 
Vb introduction.
Vb introduction.Vb introduction.
Vb introduction.
 
Book management system
Book management systemBook management system
Book management system
 
Vba introduction
Vba introductionVba introduction
Vba introduction
 
VBA Tips
VBA TipsVBA Tips
VBA Tips
 
My final requirement
My final requirementMy final requirement
My final requirement
 
Visual basic 6.0
Visual basic 6.0Visual basic 6.0
Visual basic 6.0
 
Vb6.0 intro
Vb6.0 introVb6.0 intro
Vb6.0 intro
 
VISUAL_BASIC_LECTURE_NOTE_A_Z_MADE_EASY.pdf
VISUAL_BASIC_LECTURE_NOTE_A_Z_MADE_EASY.pdfVISUAL_BASIC_LECTURE_NOTE_A_Z_MADE_EASY.pdf
VISUAL_BASIC_LECTURE_NOTE_A_Z_MADE_EASY.pdf
 
Contact management system
Contact management systemContact management system
Contact management system
 
Introduction To Programming (2009 2010)
Introduction To Programming (2009 2010)Introduction To Programming (2009 2010)
Introduction To Programming (2009 2010)
 
Introduction to programming by MUFIX Commnity
Introduction to programming by MUFIX CommnityIntroduction to programming by MUFIX Commnity
Introduction to programming by MUFIX Commnity
 
Ms vb
Ms vbMs vb
Ms vb
 
Presentation on visual basic 6 (vb6)
Presentation on visual basic 6 (vb6)Presentation on visual basic 6 (vb6)
Presentation on visual basic 6 (vb6)
 

Mehr von Dan D'Urso

SQL201S Accelerated Introduction to MySQL Queries
SQL201S Accelerated Introduction to MySQL QueriesSQL201S Accelerated Introduction to MySQL Queries
SQL201S Accelerated Introduction to MySQL QueriesDan D'Urso
 
LCD201d Database Diagramming with Lucidchart
LCD201d Database Diagramming with LucidchartLCD201d Database Diagramming with Lucidchart
LCD201d Database Diagramming with LucidchartDan D'Urso
 
Database Normalization
Database NormalizationDatabase Normalization
Database NormalizationDan D'Urso
 
VIS201d Visio Database Diagramming
VIS201d Visio Database DiagrammingVIS201d Visio Database Diagramming
VIS201d Visio Database DiagrammingDan D'Urso
 
PRJ101a Project 2013 Accelerated
PRJ101a Project 2013 AcceleratedPRJ101a Project 2013 Accelerated
PRJ101a Project 2013 AcceleratedDan D'Urso
 
PRJ101xl Project Libre Basic Training
PRJ101xl Project Libre Basic TrainingPRJ101xl Project Libre Basic Training
PRJ101xl Project Libre Basic TrainingDan D'Urso
 
Introduction to coding using Python
Introduction to coding using PythonIntroduction to coding using Python
Introduction to coding using PythonDan D'Urso
 
Stem conference
Stem conferenceStem conference
Stem conferenceDan D'Urso
 
SQL200A Microsoft Access SQL Design
SQL200A Microsoft Access SQL DesignSQL200A Microsoft Access SQL Design
SQL200A Microsoft Access SQL DesignDan D'Urso
 
Microsoft access self joins
Microsoft access self joinsMicrosoft access self joins
Microsoft access self joinsDan D'Urso
 
SQL302 Intermediate SQL
SQL302 Intermediate SQLSQL302 Intermediate SQL
SQL302 Intermediate SQLDan D'Urso
 
AIN106 Access Reporting and Analysis
AIN106 Access Reporting and AnalysisAIN106 Access Reporting and Analysis
AIN106 Access Reporting and AnalysisDan D'Urso
 
SQL302 Intermediate SQL Workshop 3
SQL302 Intermediate SQL Workshop 3SQL302 Intermediate SQL Workshop 3
SQL302 Intermediate SQL Workshop 3Dan D'Urso
 
SQL302 Intermediate SQL Workshop 2
SQL302 Intermediate SQL Workshop 2SQL302 Intermediate SQL Workshop 2
SQL302 Intermediate SQL Workshop 2Dan D'Urso
 
SQL302 Intermediate SQL Workshop 1
SQL302 Intermediate SQL Workshop 1SQL302 Intermediate SQL Workshop 1
SQL302 Intermediate SQL Workshop 1Dan D'Urso
 
SQL212 Oracle SQL Manual
SQL212 Oracle SQL ManualSQL212 Oracle SQL Manual
SQL212 Oracle SQL ManualDan D'Urso
 
SQL201W MySQL SQL Manual
SQL201W MySQL SQL ManualSQL201W MySQL SQL Manual
SQL201W MySQL SQL ManualDan D'Urso
 
SQL206 SQL Median
SQL206 SQL MedianSQL206 SQL Median
SQL206 SQL MedianDan D'Urso
 
SQL202.3 Accelerated Introduction to SQL Using SQL Server Module 3
SQL202.3 Accelerated Introduction to SQL Using SQL Server Module 3SQL202.3 Accelerated Introduction to SQL Using SQL Server Module 3
SQL202.3 Accelerated Introduction to SQL Using SQL Server Module 3Dan D'Urso
 

Mehr von Dan D'Urso (20)

SQL201S Accelerated Introduction to MySQL Queries
SQL201S Accelerated Introduction to MySQL QueriesSQL201S Accelerated Introduction to MySQL Queries
SQL201S Accelerated Introduction to MySQL Queries
 
LCD201d Database Diagramming with Lucidchart
LCD201d Database Diagramming with LucidchartLCD201d Database Diagramming with Lucidchart
LCD201d Database Diagramming with Lucidchart
 
Database Normalization
Database NormalizationDatabase Normalization
Database Normalization
 
VIS201d Visio Database Diagramming
VIS201d Visio Database DiagrammingVIS201d Visio Database Diagramming
VIS201d Visio Database Diagramming
 
PRJ101a Project 2013 Accelerated
PRJ101a Project 2013 AcceleratedPRJ101a Project 2013 Accelerated
PRJ101a Project 2013 Accelerated
 
PRJ101xl Project Libre Basic Training
PRJ101xl Project Libre Basic TrainingPRJ101xl Project Libre Basic Training
PRJ101xl Project Libre Basic Training
 
Introduction to coding using Python
Introduction to coding using PythonIntroduction to coding using Python
Introduction to coding using Python
 
Stem conference
Stem conferenceStem conference
Stem conference
 
SQL200A Microsoft Access SQL Design
SQL200A Microsoft Access SQL DesignSQL200A Microsoft Access SQL Design
SQL200A Microsoft Access SQL Design
 
Microsoft access self joins
Microsoft access self joinsMicrosoft access self joins
Microsoft access self joins
 
SQL302 Intermediate SQL
SQL302 Intermediate SQLSQL302 Intermediate SQL
SQL302 Intermediate SQL
 
AIN106 Access Reporting and Analysis
AIN106 Access Reporting and AnalysisAIN106 Access Reporting and Analysis
AIN106 Access Reporting and Analysis
 
SQL302 Intermediate SQL Workshop 3
SQL302 Intermediate SQL Workshop 3SQL302 Intermediate SQL Workshop 3
SQL302 Intermediate SQL Workshop 3
 
SQL302 Intermediate SQL Workshop 2
SQL302 Intermediate SQL Workshop 2SQL302 Intermediate SQL Workshop 2
SQL302 Intermediate SQL Workshop 2
 
SQL302 Intermediate SQL Workshop 1
SQL302 Intermediate SQL Workshop 1SQL302 Intermediate SQL Workshop 1
SQL302 Intermediate SQL Workshop 1
 
SQL212 Oracle SQL Manual
SQL212 Oracle SQL ManualSQL212 Oracle SQL Manual
SQL212 Oracle SQL Manual
 
SQL201W MySQL SQL Manual
SQL201W MySQL SQL ManualSQL201W MySQL SQL Manual
SQL201W MySQL SQL Manual
 
AIN100
AIN100AIN100
AIN100
 
SQL206 SQL Median
SQL206 SQL MedianSQL206 SQL Median
SQL206 SQL Median
 
SQL202.3 Accelerated Introduction to SQL Using SQL Server Module 3
SQL202.3 Accelerated Introduction to SQL Using SQL Server Module 3SQL202.3 Accelerated Introduction to SQL Using SQL Server Module 3
SQL202.3 Accelerated Introduction to SQL Using SQL Server Module 3
 

Kürzlich hochgeladen

08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 

Kürzlich hochgeladen (20)

08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 

AVB201.2 Microsoft Access VBA Module 2

  • 1. Visual Basic For Applications MS Access, Beginning Course AVB201 – Beginning Access VBA P.O. Box 6142 Laguna Niguel, CA 92607 949-489-1472 http://www.dhdursoassociates.com [email_address] Module 2
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13. ..cont 'case example Sub DaynameWithCase(Day As Integer) Select Case Day Case 1 Debug.Print "You chose Sunday" Case 2 Debug.Print "You chose Monday" Case 3 Debug.Print "You chose Tuesday" Case 4 Debug.Print "You chose Wednesday" Case 5 Debug.Print "You chose thursday" Case 6 Debug.Print "You chose Friday" Case 7 Debug.Print "You chose Saturday" Case Else Debug.Print "You entered an invalid day number" End Select End Sub
  • 14.
  • 15.
  • 16. 2.2 Making Repetitions Simple: For..Next, Do..Loop
  • 17.
  • 18.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.
  • 38.
  • 39.
  • 42.
  • 43.
  • 44.
  • 46.