J&R SUPER CREW UNIFORMS........
Uniforms for all type of occasion.
President: Jessica Garcia
Vice President: Rocio Cerna
Thursday, March 26, 2009
Wednesday, March 11, 2009
Access - Lesson 3 Key Terms
1. Ascending Sort: A sort order in another program (such as Word, Excel, Power Point, Access, or other Outlook items) that has been attached to an e-mail message.
2. Calulated Field: A filed in ana Access query, form, or report in which the displayed values are the result of calculations performed on other fields.
3. Concatenation: In Access, joining two values to display them as a single value; for example, if you concatenate a FirstName field to a LastName field, as in [FirstName]&[LastName], the two names are displayed as a full name in a single field.
4. Criteria: A limiting condition, such as "Arizona" or ">100" used in Access queries and filters to show a limited set of records.
5. Descending Sort: A sort order that sorts text values from Z to A and number values from 10 to 1.
6. Expression: A formula that calculates a value or defines criteria; in Access, you can use an expression to calculates new values or to specify which records should be displayed.
7. Filter: In Access, one or more criterion that you can apply to a datasheet to display a subset of records.
8. Filter by Form: In Access, a filtering technique in which you can type the values for which you want to filter using a form that contains all the fields in the datasheet.
9. Filter by Selection: In Access, a filtering techinque in which you select a value or partial value for which you want to filter using the Filter by Selection button.
10. Select Query: The most common type of query in Access, the select query retrieves specific data from one or more tables and displays the results in a datasheet.
2. Calulated Field: A filed in ana Access query, form, or report in which the displayed values are the result of calculations performed on other fields.
3. Concatenation: In Access, joining two values to display them as a single value; for example, if you concatenate a FirstName field to a LastName field, as in [FirstName]&[LastName], the two names are displayed as a full name in a single field.
4. Criteria: A limiting condition, such as "Arizona" or ">100" used in Access queries and filters to show a limited set of records.
5. Descending Sort: A sort order that sorts text values from Z to A and number values from 10 to 1.
6. Expression: A formula that calculates a value or defines criteria; in Access, you can use an expression to calculates new values or to specify which records should be displayed.
7. Filter: In Access, one or more criterion that you can apply to a datasheet to display a subset of records.
8. Filter by Form: In Access, a filtering technique in which you can type the values for which you want to filter using a form that contains all the fields in the datasheet.
9. Filter by Selection: In Access, a filtering techinque in which you select a value or partial value for which you want to filter using the Filter by Selection button.
10. Select Query: The most common type of query in Access, the select query retrieves specific data from one or more tables and displays the results in a datasheet.
Friday, March 6, 2009
Access - Lesson 2 Key Terms
1. Data Type: In Access, a field property that determines what type of data the field can contain( for example: Number, Text, Date/Time, or yes/No).
2. Export: the process of copying data from an Access table or query to another database ot to another type of file, suach as an Excel worksheet.
3. Field Name: The name by which Access recognizes a data field.
4. Field Property: A specific attribute of an Access data field, such as name, caption, field size, or input mask.
5. Import: The process of copying data from another source, such as a database or spreadsheet, into an open Access database.
6. Input Mask: In Access, a field property that determines display format and limits the type of data that can be entered.
7. Junction Table: In Access, a table that provides a link between two tables that have a many-to-many relationship.
8. Link: The connection between a source file and a destination file, or between two tables.
9. Lookup Field: In Access, a field that looks up a list of values in another table or in a static list, and presents the list of values for data entry selection.
10. Many-to-many Relationship: In Access, a relationship between two tablesin which each table can have many related records in the other table.
11. One-to-many Relationship: In Access, a relationship between two tables in which one table (the primary table) can have many related records in the other table (the related table).
12. One-to-one Relationship: In Access, a relationship between two tables in which each table has only one related record in the other table.
13. Orphan: In Access, records in the related table (on the "many" side of a relationship)that are left unrelated if their related record in the primary table (on the "one" side of the relationshiop)is deleted or charged so that the relationship its broken.
14. Primary Key: In Access, one or more fields in a tablewhose values uniquely identify each record.
15. Primary Table: In Access, the table on the "one" side of a one-to-manyrelationship.
16. Referential Integrity: A system of rules that Access uses to ensure that relationships between records in related tables are valid, and that you dont accidentally delete or change related data.
17. Related Table: In Access, the table on the "many"side of a one-to-many relationship.
18. Relationship: In Access, the association between two tables that share a field with matching values.
19. Subbdatasheet: In Access, a datasheet that is nested within another datasheet and contains records related to the records in the datasheet in which it is nested.
2. Export: the process of copying data from an Access table or query to another database ot to another type of file, suach as an Excel worksheet.
3. Field Name: The name by which Access recognizes a data field.
4. Field Property: A specific attribute of an Access data field, such as name, caption, field size, or input mask.
5. Import: The process of copying data from another source, such as a database or spreadsheet, into an open Access database.
6. Input Mask: In Access, a field property that determines display format and limits the type of data that can be entered.
7. Junction Table: In Access, a table that provides a link between two tables that have a many-to-many relationship.
8. Link: The connection between a source file and a destination file, or between two tables.
9. Lookup Field: In Access, a field that looks up a list of values in another table or in a static list, and presents the list of values for data entry selection.
10. Many-to-many Relationship: In Access, a relationship between two tablesin which each table can have many related records in the other table.
11. One-to-many Relationship: In Access, a relationship between two tables in which one table (the primary table) can have many related records in the other table (the related table).
12. One-to-one Relationship: In Access, a relationship between two tables in which each table has only one related record in the other table.
13. Orphan: In Access, records in the related table (on the "many" side of a relationship)that are left unrelated if their related record in the primary table (on the "one" side of the relationshiop)is deleted or charged so that the relationship its broken.
14. Primary Key: In Access, one or more fields in a tablewhose values uniquely identify each record.
15. Primary Table: In Access, the table on the "one" side of a one-to-manyrelationship.
16. Referential Integrity: A system of rules that Access uses to ensure that relationships between records in related tables are valid, and that you dont accidentally delete or change related data.
17. Related Table: In Access, the table on the "many"side of a one-to-many relationship.
18. Relationship: In Access, the association between two tables that share a field with matching values.
19. Subbdatasheet: In Access, a datasheet that is nested within another datasheet and contains records related to the records in the datasheet in which it is nested.
Friday, February 27, 2009
Access-lesson 1 key terms.
1. Database- A collection of data related to a perticular topic. An Access database is a single file that contains all the tables, queries, forms, and reports for that collection of information.
2. Database object- Tables. quieries, reports, forms and other objects that are the functional parts of an Access database.
3. Database window- The window that appears when you first open an Access database. the Database window gives you accesss to all the objects in a database.
4. Datasheet- In Access, dat displayed in a row-and-column format in a table, query, or form.
5. Datasheet view- In Access, an object view that displays records in a row -and-colmn format similar to a spreadsheet. Datasheet view allows you to see many records at the same time.
6. Design view- An Access, an object view that allows you to design and change tables, queries, forms, reports, and other objects.
7. Field- 1. In Word, a special plaeholder for changeable information such as the date or time.
2. In Access, a field is displayed as a column in Datasheet view.
8. Form View- In Access, an object view that usually displays data one record at a time, with added graphical elements for easier reading. this view is convenient for entering and editing data in tables.
9. Print Preview- A document view that shows how your document will look when it is printed.
10. Query- In Access, a databse object that shows specific data you want to work with. The data may be drawn from multiple related tables, may have several filters applied, and may include calculated expressions.
11. Record- In Access, a set of information that belongs together, such as a customer's name and address information, or details about a product.
12. Record Selector- In Access, the gray box at the left side of each record in Datasheet view or in form view. Click the record selector to select the entire record.
13. Relational database- a type of database in which information is stored in seperate but related tables, which allows for nonredundant, more efficient data storage and retrieval.
14. Report- In Access, a database object that presents data organized and formatted to your specifications.
15. Table- 1. In Word, a grid made up of horizontal rows and vertical columns that is used to order certain types if infomation.
2. In Access, a collection of data with the same subject or topic. Data are stored in records (rows) and fields (columns).
2. Database object- Tables. quieries, reports, forms and other objects that are the functional parts of an Access database.
3. Database window- The window that appears when you first open an Access database. the Database window gives you accesss to all the objects in a database.
4. Datasheet- In Access, dat displayed in a row-and-column format in a table, query, or form.
5. Datasheet view- In Access, an object view that displays records in a row -and-colmn format similar to a spreadsheet. Datasheet view allows you to see many records at the same time.
6. Design view- An Access, an object view that allows you to design and change tables, queries, forms, reports, and other objects.
7. Field- 1. In Word, a special plaeholder for changeable information such as the date or time.
2. In Access, a field is displayed as a column in Datasheet view.
8. Form View- In Access, an object view that usually displays data one record at a time, with added graphical elements for easier reading. this view is convenient for entering and editing data in tables.
9. Print Preview- A document view that shows how your document will look when it is printed.
10. Query- In Access, a databse object that shows specific data you want to work with. The data may be drawn from multiple related tables, may have several filters applied, and may include calculated expressions.
11. Record- In Access, a set of information that belongs together, such as a customer's name and address information, or details about a product.
12. Record Selector- In Access, the gray box at the left side of each record in Datasheet view or in form view. Click the record selector to select the entire record.
13. Relational database- a type of database in which information is stored in seperate but related tables, which allows for nonredundant, more efficient data storage and retrieval.
14. Report- In Access, a database object that presents data organized and formatted to your specifications.
15. Table- 1. In Word, a grid made up of horizontal rows and vertical columns that is used to order certain types if infomation.
2. In Access, a collection of data with the same subject or topic. Data are stored in records (rows) and fields (columns).
Wednesday, February 4, 2009
Auto Flyer Refelction
Tuesday, November 11, 2008
Fundraiser
Two reasons why its important too have Fundraisers at school are:
1. So Our graduation class could have money for prom are last year.
2. Last but not least with the money we raise we could have a field trip to some where
pretty awesome.
1. So Our graduation class could have money for prom are last year.
2. Last but not least with the money we raise we could have a field trip to some where
pretty awesome.
Friday, November 7, 2008
Subscribe to:
Posts (Atom)

