Tuesday, May 12, 2009

Lesson 5/12/09

1. Reading and review. Counts as Kurl and EXTRA CREDIT today! Must be readable.
2. Creat a booklet of questions from the reading selection: 683-684, 688-691.
3. Follow instructor. Fold sheets of paper accordingly.
4. Create a title for the reading selection. Survey the reading selection, write 8 questions from the subheadings in the reading selection. Answser the questions and summarize.
Write your questions for items that are challenging to you. For example, what is Criteria in a Query?
5. Key Terms on pag 683 and 688 should be reviewed.
6. Criteria questions to be answered:
How would you display the following criteria when writing a query?
Show values in a field that is not empty?
Show dates that are between May 1, 2009 and May 22, 2009.
Show a list of cities called Weston, Southwest Ranches and Davie.
Show a city that that starts with the Wes.
Show any students who last name is Rodriquez or Smith.
Show all states that are not equal to FL.
Show all studetnts who are over the age of 16.
Show all fiels that are empty.
Show all ages that are greater than or equal to 18.
7. Complete Ex. 2o and Ex. 21 lessons from yesterday.

21 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. 1.yOU WILL FILTER BY FORM,
    2.is NOT NULL
    3.bETWEEN# 05/1/2009# AND #05/22/2009#
    4.IN("WESTON","SOUTHWEST RANCHES","DAVIE")
    5.LIKE "WES*"
    6."RODRIGUEZ" OR "SMITH"
    7.<>"fL"
    8.>16
    9.IS NULL
    10.>=18()

    ReplyDelete
  3. Show values in a field that is not empty?
    - Is Not Null
    Show dates that are between May 1, 2009 and May 22, 2009.
    - Between #05/01/09#and#05/22/09
    Show a list of cities called Weston, Southwest Ranches and Davie.
    - IN(“Weston”, “Southwest Ranches”, “Davie”)
    Show a city that that starts with the Wes.
    - Like”Wes”
    Show any students who last name is Rodriquez or Smith.
    - “Rodriguez” or “Smith”
    Show all states that are not equal to FL.
    - <>”FL”
    Show all studetnts who are over the age of 16.
    - >=16
    Show all fiels that are empty.
    - Is Null
    Show all ages that are greater than or equal to 18.
    - >=18

    ReplyDelete
  4. How would you display the following criteria when writing a query?
    In a datasheet.

    Show values in a field that is not empty?
    Is Not Null

    Show dates that are between May 1, 2009 and May 22, 2009.
    Between# 05/1/2009# AND #05/22/2009#

    Show a list of cities called Weston, Southwest Ranches and Davie.
    (“Weston”,”Southwest Ranches”,”Davie”)

    Show a city that that starts with the Wes.
    Like”Wes”

    Show any students who last name is Rodriquez or Smith.
    “Rodriguez”or”Smith”

    Show all states that are not equal to FL.
    <>”FL”

    Show all students who are over the age of 16.
    >=16

    Show all fields that are empty.
    Is Null

    Show all ages that are greater than or equal to 18.
    .=18

    ReplyDelete
  5. Stuart R.

    How would you display the following criteria when writing a query:

    1. Show values in a field that is not empty?
    Is Not Null

    2. Show dates that are between May 1, 2009 and May 22, 2009.
    Between #5/1/09# and #5/22/09#

    3. Show a list of cities called Weston, Southwest Ranches and Davie.
    In ("Weston","Southwest Ranches","Davie")

    4. Show a city that that starts with the Wes.
    Wes*

    5. Show any students who last name is Rodriquez or Smith.
    "Rodriquez" Or "Smith"

    6. Show all states that are not equal to FL.
    <>"FL"

    7. Show all students who are over the age of 16.
    >16

    8. Show all fields that are empty.
    Is Null

    9. Show all ages that are greater than or equal to 18.
    >=18

    ReplyDelete
  6. Michael Urow Period #1 5-12-09

    1. How would you display the following criteria when writing a query?

    FILTER BY FORM

    2. Show values in a field that is not empty?

    Is Not Null
    3. Show dates that are between May 1, 2009 and May 22, 2009.

    Between#05/1/2009# AND #05/22/2009#
    4. Show a list of cities called Weston, Southwest Ranches and Davie.

    IN("WESTON","SOUTHWEST RANCHES","DAVIE")

    5.Show a city that that starts with the Wes.

    Like”WES”

    6.Show any students who last name is Rodriquez or Smith.

    “Rodriguez” or ”Smith”

    7. Show all states that are not equal to FL.

    <>”FL”

    8. Show all studetnts who are over the age of 16.

    >=16

    9. Show all fiels that are empty.

    Is Null

    10.Show all ages that are greater than or equal to 18.

    >=18()

    ReplyDelete
  7. 1. <>"Null"
    2. 4/30/09 > 5/23/09
    3. IN("Weston","Southwest Ranches","Davie")
    4. IN("Wes*")
    5. "Rodriquez" or "Smith"
    6. <>"Florida"
    7. 16 <
    8. IS NULL
    9. 18 > (cant type equal to symbol)

    ReplyDelete
  8. How would you display the following criteria when writing a query?
    Datasheet

    Show values in a field that is not empty?
    Isn't Null

    Show dates that are between May 1, 2009 and May 22, 2009.
    Between# 05/1/2009# AND #05/22/2009#

    Show a list of cities called Weston, Southwest Ranches and Davie.
    (“Weston”,”Southwest Ranches”,”Davie”)

    Show a city that that starts with the Wes.
    Like”Wes”

    Show any students who last name is Rodriquez or Smith.
    “Rodriguez”or”Smith”

    Show all states that are not equal to FL.
    <>”FL”

    Show all students who are over the age of 16.
    >=16

    Show all fields that are empty.
    Is Null

    Show all ages that are greater than or equal to 18.
    .=18

    ReplyDelete
  9. 1. How would you display the following criteria when writing a query?
    *In a datasheet.
    2. Show values in a field that is not empty?
    *Not Null
    3. Show dates that are between May 1, 2009 and May 22, 2009.
    *Between# 05/1/2009# AND #05/22/2009#
    4. Show a list of cities called Weston, Southwest Ranches and Davie.
    *("Weston",Southwest Ranches","Davie)
    5. Show a city that that starts with the Wes.
    *Like"Wes"
    6. Show any students who last name is Rodriquez or Smith.
    * "Rodriquez"or"Smith"
    7. Show all states that are not equal to FL.
    *<>"FL"
    8. Show all students who are over the age of 16.
    *>=16
    9. Show all fields that are empty.
    *Is Null
    10. Show all ages that are greater than or equal to 18.
    * .=18

    ReplyDelete
  10. Being posted by David Galvez and Nestor Maysonet

    1. Is Not Null
    2. Between #05/01/09#and#05/22/09
    3. IN("Weston", "Southwest Ranches", "Davie")
    4. Like"Wes*"
    5. "Rodriguez" or "Smith"
    6. <>"FL"
    7. >16
    8. Is Null
    9. >=18

    ReplyDelete
  11. This comment has been removed by the author.

    ReplyDelete
  12. 1. In a datasheet.
    ,
    2.is not null

    3.between# 05/1/2009# and #05/22/2009#

    4in ("weston","southwest ranches","davie")

    5.like "wes*"

    6."rodriguez" or "smith"

    7.<>"fL"

    8.>16

    9.is null

    10.>=18()
    afc

    ReplyDelete
  13. How would you display the following criteria when writing a query?
    filter by form

    Show values in a field that is not empty?
    is not null

    Show dates that are between May 1, 2009 and May 22, 2009.
    Between# 05/1/2009# AND #05/22/2009#

    Show a list of cities called Weston, Southwest Ranches and Davie.
    In (“Weston”,”Southwest Ranches”,”Davie”)

    Show a city that that starts with the Wes.
    Wes

    Show any students who last name is Rodriquez or Smith.
    “Rodriguez” or ”Smith”

    Show all states that are not equal to FL.
    <>"FL"

    Show all studetnts who are over the age of 16.
    >=16

    Show all fiels that are empty.
    Is Null

    Show all ages that are greater than or equal to 18.
    >=18()

    ReplyDelete
  14. 1.) IS NOT NULL
    2.) BETWEEN #05/01/2009# AND #05/22/2009#
    3.) IN("WESTON","SOUTHWEST_RANCHES","DAVIE")
    4.) LIKE "WES*"
    5.) "RODRIQUEZ" OR "SMITH"
    6.) <>"FL"
    7.) >16
    8.) IS NULL
    9.) >18=()

    ReplyDelete
  15. How would you display the following criteria when writing a query?
    filter by form

    Show values in a field that is not empty?
    is not null

    Show dates that are between May 1, 2009 and May 22, 2009.
    between# 05/1/2009# and #05/22/2009#

    Show a list of cities called Weston, Southwest Ranches and Davie.
    IN("Weston", "Southwest Ranches", "Davie")

    Show a city that that starts with the Wes.
    like "wes*"

    Show any students who last name is Rodriquez or Smith.
    “Rodriguez” or ”Smith”

    Show all states that are not equal to FL.
    <>"FL"

    Show all studetnts who are over the age of 16.
    >=16

    Show all fiels that are empty.
    is null

    Show all ages that are greater than or equal to 18.
    >18=()

    ReplyDelete
  16. CRITERIA QUESTIONS:

    1.How would you display the following criteria when writing a query?

    You would filter it by form

    2. Show values in a field that is not empty?

    Is Not Null

    3. Show dates that are between May 1, 2009 and May 22, 2009.

    Between #5/1/09# AND #5/22/09#

    4. Show a list of cities called Weston, Southwest Ranches and Davie.

    IN("Weston","Southwest Ranches","Davie")

    5. Show a city that that starts with the Wes.

    Like "Wes"

    6.Show any students who last name is Rodriguez or Smith.

    "Rodriguez" or "Smith"

    7. Show all states that are not equal to FL.

    <>"FL"


    8. Show all students who are over the age of 16.

    >16

    9.Show all fields that are empty.

    Is null



    9. Show all ages that are greater than or equal to 18

    >=18

    Michael Huang Period 1

    ReplyDelete
  17. 1. Is Not Null
    2. Between #05/01/09#and#05/22/09
    3. IN("Weston", "Southwest Ranches", "Davie")
    4. "Wes*"
    5. "Rodriguez" or "Smith"
    6. <>"FL"
    7. >16
    8. Is Null
    9. >=18

    ReplyDelete
  18. 1. Is Not Null
    2. Between #05/01/09#and#05/22/09
    3. IN("Weston", "Southwest Ranches", "Davie")
    4. Like"Wes*"
    5. "Rodriguez" or "Smith"
    6. <>"FL"
    7. >16
    8. Is Null
    9. >=18

    Arash Afshar!!!!!

    ReplyDelete
  19. 1. In a datasheet.

    2. Is Not Null


    3. Between# 05/1/2009# AND #05/22/2009#

    4. (“Weston”, “Southwest Ranches”, “Davie”)

    5. Like “WES”

    6. “Rodríguez”or “Smith”


    7. <>”FL”


    8. >=16


    9. Is Null


    10 >=18

    ReplyDelete
  20. 1. Filter By Form

    2. Is Not Null

    3. Between #05/01/09# and #05/22/09

    4. IN("Weston", "Southwest Ranches", "Davie")

    5. Like "Wes*"

    6. "Rodriguez" or "Smith"

    7. <>”FL”

    8. >16

    9. Is Null

    10. >=18

    ReplyDelete