List boxes, combo boxes etc. Please see speaker notes for additional information!

Slides:



Advertisements
Similar presentations
AS ICT Building MS-Access Databases. Creating a Combo Box Drop Down List 1.When creating a Field requiring a Drop Down list in a Table, select the Lookup.
Advertisements

Setting Up a Peer-to-Peer Network For Each PC –Install the Client for Microsoft Networks –This supports peer-peer networking Implement Sharing –In the.
Oracle for Windows NT is required to run queries from the Banner database. Call the help desk at extension 4440 if you do not have this.
Go to ‘Site Actions’ ‘View All Site Content ‘View All Site Content’
LSP 121 Access Forms, Reports, and Switchboard. Access Forms.
CPSC 203 Introduction to Computers T43, T46 & T68 Jie Gao.
HTML and Forms Please use the speaker notes to receive the comments accompanying the slides!
How to win friends and influence people by using the new Oxygen system! or What the heck is Oxygen?
Spring PowerPoint Basics Why is it a good tool to use? Easier than 3 X 5 Note Cards Organized presentations are “heard” better.
Adding a Syllabus Link. Let’s add the syllabus to the homepage. Return to the homepage Click “Add File” To get to the homepage, click the Course Content.
CPSC 203 Introduction to Computers T03 & T29 by Jie (Jeff) Gao.
Introduction to Visual Basic Chulantha Kulasekere.
Log into the site Go to Things to See & Do Click on Public Meetings & Events Go to Site Actions - Manage Content and Structure.
 Experiment with the Design features to get the look you want for your presentation.  Most design templates will keep the design the same on all your.
1 Registering for Classes Using MyUAlbany Advisement Services Center.
Customizing Your Toolbars in Microsoft Office Lunch and Learn: June 7, 2005.
Adding Controls to User Forms. Adding Controls A user form isn’t much use without some controls We’re going to add controls and write code for them Note.
®® Microsoft Windows 7 Windows Tutorial 6 Searching for Information and Collaborating with Others.
1 Curriculum Changes and How They Will Affect You? AITP Meeting Stan Gambill Sept. 20, 2006.
CIS 338: Creating ActiveX Controls Dr. Ralph D. Westfall March, 2003.
Click on Student Step 1 Click on Assigned Registration Time Step 3.
CPSC 203 Introduction to Computers Lab 23 Jie Gao.
Activity: Using the Drawing Toolbar and Adding Comments.
Creating a Web Site to Gather Data and Conduct Research.
Our Procedures: The rules of the road Lesson 1Lesson 1 Writing Your Articles - General philosophy of article composition and preparing your articles.
Fall 2005 Using FrontPage to Enhance Blackboard - Darek Sady1 Using FrontPage to Enhance Blackboard 1.Introduction 2.Starting FrontPage 3.Creating Documents.
For Loops (ProjFor1, ProjFor2, ProjFor3, ProjFor4, textbox, textbox1) Please use speaker notes for additional information!
Teach Yourself Windows 95 Module 4: Using Microsoft Exchange for Faxes and .
1 Database Design and Development: A Visual Approach © 2006 Prentice Hall Chapter 8 DATABASE DESIGN AND DEVELOPMENT: A VISUAL APPROACH Chapter 8 Creating.
Microsoft PowerPoint Tutorial Created by L. George 2006.
Visual Basic.NET BASICS Lesson 1 A First Look at Microsoft Visual Basic.NET.
Class 3 Remote Instruction Computer Math EDU 556 Programming for Instruction Dr. Steve Broskoske This is an audio PowerCast. Make sure your volume is.
Scheduling and Staffing System: How to Set-Up a New Academic Year As of 12/05/2003.
Access Lesson 11 Creating and Running Macros Microsoft Office 2010 Advanced Cable / Morrison 1.
THE NEW AND IMPROVED BLACKBOARD TEMPLATE Sann Lavallee Fall 2014.
Two Forms Please use speaker notes for additional information!
Land Valuation using your local cama database. First Step is to add your data.
Access Forms and Reports.  One way to start a form is to use the Form Wizard  Let’s create a form for our Real Estate database, for the Listings table.
password from home is wiseowl.
CMPF114 Computer Literacy Chapter 3 The Visual Basic Environment 1.
Online Testing Basics. Creating a Test Blackboard offers you two different ways to create a test: 1.Use the Course Tool “Tests, Surveys and Pools,” click.
Printing Reports. Creating Reports  Reports are the best way to put information from database onto paper, PDF files, and other formats.  In a report,
1 CS 106 Computing Fundamentals II Chapter 210 “Adding Controls to User Forms” Herbert G. Mayer, PSU CS Status 7/4/2013 Initial content copied verbatim.
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Access 2002 Advanced Form Design.
Database Applications – Microsoft Access Lesson 6B Advanced Features on Custom Forms 1.
Click the CCDT link on the EDUCE 104 homepage Accessing the Collaborative Curriculum Design Tool.
Build a database II: Create tables for a new Access database Create your tables In a relational database, tables store your data. Your data doesn’t “live”
Google Docs An introduction to Google Docs. Session Objectives Participants will become familiar with the various applications available within Google.
Open Office Writer Introduction AOSS _ Course material AOSS Master training workshop Singapore 2007.
Sorting Contacts with Categories Lunch and Learn.
Instructional Design Center Editing Text in Blackboard Items & Using the Text Editor.
This is an introduction to configuring Microsoft Outlook for Office 2010: Forwarding FAMIS work order opening and closing s to other users or alternate.
A little PHP. Enter the simple HTML code seen below.
Presentation 4 Creating Databases Part III (Creating Reports)
Building a User Interface with Forms
Adding Course Menu Items
Access queries p.meade.
Database Applications – Microsoft Access
Creating a slide Open the PowerPoint program. Powerpoint automatically opens a new presentation. A new title slide will appear for you to work with.
Chapter 3 Minitab Recipe Cards
At the Class Schedule page click on the down arrow at the Select a Term drop down menu.
Creating a Database and a table
These slides are for reference only. They are not "lecture notes"
Visual Basic Menu Editor
How to transfer your sandbox Canvas shell to the real Canvas
YOUR text YOUR text YOUR text YOUR text
Click to add your text.
Teacher’s Online Management System Tutorial
Creating Additional Input Items
Speaker PPT Template | 19th Annual Symposium
Presentation transcript:

List boxes, combo boxes etc. Please see speaker notes for additional information!

PrFacCrs0.vbp This program lets you select a semester and then choose the courses the faculty member will be teaching from the course list.

PrFacCrs0.vbp

When the menu selection add is clicked it takes the selected item in the combo box and adds it to whatever is already in schedule. It does this using concatenation. It also concatenates the vbCrLf which is carriage control, line feed. When the menu option print is clicked, the the contents of the txtSchedule.Text box is printed.

PrFacCrs1.vbp.AddItem puts the element in the list box or combo box. This is an alternative to setting the property list..ListIndex will get you the currently selected/highlighted item in the list. For example, if I highlighted Spring I would see Spring, a blank line and then the contents of the schedule text box.

PrFacCrs1.vbp

PrFacCrs1a.vbp I selected Spring so the cases appropriate for Spring were put into the combo box. The 1stSemester.ListIndex uses the selected element from the list box called 1stSemester.

PrFacCrs2.vbp "CIS11 Introduction to CIS" "CIS12 Introduction to COBOL" "CIS22 Microcomputer Applications" "CIS23 Microcomputer Applications II" "CIS24 Microcomputer Environment" "CIS31 Netware I" "CIS32 Netware II" "CIS33 Networking Technologies" "CIS40 Lotus Notes" "CIS44 Internet User/Developer" "CIS45 Java" "CIS50 Oracle" "CIS51 Advanced COBOL" "CIS52 Programming Development" "CIS54 Systems Analysis and Design" "CIS56 Visual Basic" "CIS61 Database Programming" "CIS63 Introduction to UNIX" "CIS65 Windows NT"

"CIS11 Introduction to CIS" "CIS12 Introduction to COBOL" "CIS22 Microcomputer Applications" "CIS23 Microcomputer Applications II" "CIS24 Microcomputer Environment" "CIS31 Netware I" "CIS32 Netware II" "CIS33 Networking Technologies" "CIS40 Lotus Notes" "CIS44 Internet User/Developer" "CIS45 Java" "CIS50 Oracle" "CIS51 Advanced COBOL" "CIS52 Programming Development" "CIS54 Systems Analysis and Design" "CIS56 Visual Basic" "CIS61 Database Programming" "CIS63 Introduction to UNIX" "CIS65 Windows NT" PrFacCrs2.vbp Open "A:\CISCrs.txt" For Input As #1 Do While Not EOF(1) Input #1, CrsInfo cboCrsList.AddItem CrsInfo Loop

PrSelFile.vbp