On new..

Slides:



Advertisements
Similar presentations
RightNow February Adding a New Report: RN icon > Report: OR Analytics > Reports > New Report
Advertisements

Setting up a personal search in Footprints. To create a cross workspace search, place your mouse on the word “Advanced” under the search button at the.
Importing and linking through Access Please use speaker notes for additional information!
Logon then turn your monitor off! Creating a database A way of keeping information.
DRAFTING and DIMENSIONING 98. A properly dimensioned drawing of a part is very important to the manufacturing outcome. With CATIA, it can be a very simple.
Overview Importing text files Creating Forms Creating Reports.
Embedding Video in Powerpoint. Embedding Video The most important thing to know about using video in PowerPoint (and the most common mistake) is that.
Designing Web Sites Using “tags” Tags are codes inserted among the text to tell the text how to behave Their format is very rigid; they always look like.
1 Integrating Microsoft Office 2003 Tutorial 2 – Integrating Word, Excel, and Access.
Introduction to Access 2010 CIS120first.accdb is the database I am creating.
I want to do SQL, I start as if I am doing a regular query.
When I want to work with SQL, I start off as if I am doing a regular query.
Designing Your Idiom PPT Presentation. First Steps: Log into your student account. If you are using a laptop, note the number of the laptop you are using.
The Basics of Microsoft Word Getting Started and Formatting your paper.
How to Create a Power Point Presentation. To build a Presentation: 1. On the Toolbar, click “new” and then select “Blank Presentation”.
CPSC 203 Introduction to Computers Lab 21 By Jie Gao.
A am going to create a table in design view. I am going to create a table in an Access database that contains information about the books that I have on.
Access Module Implementing a Database with Microsoft Access A Great Module on Your CD.
Finish ing the logic flowc harts from week 3.. if invcd = “A” and (amtfst > 500 or amtsnd > 200) move “OKAY” to msg end if With the parenthesis, invcd.
Creating a database - I clicked on blank database and am saving it as books10.mdb. For more information see the practice example under week #1. I am going.
Access Query Design. IT Fundamentals2 Access Query Design The Query design screen provides a mechanism for selecting specific data from datafile(s) by:
First, enter your data in Excel. The example is from an acceptability judgement questionnaire. Here I have columns for Subject, Group, Item, Condition.
Sample template for portfolio - I would prefer to see you do something more original!
This is the software we will use to load our html page up to the server. You can download a copy for home if you want to.
KEY STAGE 3 ICT Databases – Lesson 2. Recap of keywords – Task 2A In your workbooks from last lesson What is a database? A DATABASE is a collection of.
Lessons Copy and Paste Text Drag and Drop Text 2-Saving Documents 3- Printing 4-Inserting Tables Modifying Page Layout Format Page Margins Insert a Blank.
Running a Report v2016. Open CAD DSS from the Public Safety Desktop  the BI Query User window will open.  Ensure it is windowed and not full screen.
The data in the table.. Starting a query. Two criteria in an AND relationship.
Test1 Here some text. Text 2 More text.
Example of a table. Note that I looked at an example under CIS44.
Beginner Publisher.
This shows the user interface and the SQL Select for a situation with two criteria in an AND relationship.
On new..
Access Database for CIS17
Please use speaker notes for additional information!
Access and Condition Statements
Generating forms with the wizard in Access
follow this structure. Creating records following the structure of the table is populating the table.
Using Access 2016 Since we are creating a new Access database, we need to select blank database.
Week 3. criteria must be true..
Using SQL with Access I am adding queries to the stu table in SecondDB.accdb – a database that I created in class. SQL stands for structured query language.
Access
Miscrosoft Office..
I am opeing Access 2003 in the Microsoft Office.
[type text here] [type text here] [type text here] [type text here]
Your text here Your text here Your text here Your text here Your text here Pooky.Pandas.
These are user interface queries
Access Database for CIT12
Your text here Your text here Your text here Your text here
We are starting JavaScript. Here are a set of examples
Environment/Report Tutorial
Please use speaker notes for additional information!
Start a new project – since this is the community edition I will save all when I get into VB and then I can choose the location and specify a folder.
[type text here] [type text here] [type text here] [type text here]
Done with SQL..
This is the example I want the class to put up to become comfortable with creating and populating a table in Access.
Target Board With Arrows Tags And Icons
Creating a Database and a table
Mock Assessment Databases - ANSWERS
Notes on SQL This slide show will introduce SQL using Access. It assumes only an introductory level of knowledge about Access.
Introduction to Access 2010
Using Access to generate a report
YOUR text YOUR text YOUR text YOUR text
Introduction to Visual Basic 2010
Using SQL with Access I create a database named
I am now going to do queries in SQL
either of two other things (an OR relationship between them)
Template for the portfolio.
Access Click on file and then you want a new database.
2.2 – Activity Packages Create a new Process in UiPath Studio
Presentation transcript:

on new.

I am now going to save mine on my F drive.

I do not want this layout so I am going to click on design view to bring up the design layout.

I am naming the table - I will name it stu.

Now I am putting in fields Now I am putting in fields. The first field is idno and it is a number and I made it a long integer to allow large numbers.

The stuname field is text and I made it have a field size of 40 rather than the default of 255.

I made gpa have a field type of single since it is a small decimal I made gpa have a field type of single since it is a small decimal. For a large decimal I would use double.

I will give it a field size of single.

Design.

to the query. here to see a view. Now I bring down 4 fields.

To go back to design view I can click on the icon.

are moved down by double clicking or dragging. in quotes.

Here are the results, only CI majors appear.

This shows the logic that is involved in selecting CI majors.

right. a name. the credits are > 10. I put CI under major and >10 under credits.

major CI OR credits > 10 major CI OR credits > 10. Notice the use of the criteria line and the or line.

if the credits > 10

Now I want to start a new query where I want the CI major to be true and then either of two other criteria.

CI and gpa > 3.2

gpa > 3.2

this query.