MARC details
000 -LEADER |
campo de control de longitud fija |
06472cam a2200373Ma 4500 |
003 - IDENTIFICADOR DE NÚMERO DE CONTROL |
campo de control |
BJBSDDR |
005 - FECHA Y HORA DE LA ÚLTIMA TRANSACCIÓN |
campo de control |
20230410103956.0 |
007 - CAMPO FIJO DE DESCRIPCIÓN FÍSICA--INFORMACIÓN GENERAL |
campo de control de longitud fija |
ta |
008 - DATOS DE LONGITUD FIJA--INFORMACIÓN GENERAL |
campo de control de longitud fija |
010507s2002 inu 000 0 eng d |
020 ## - NÚMERO INTERNACIONAL ESTÁNDAR DEL LIBRO |
Número Internacional Estándar del Libro |
0672321033(pbk.) : |
020 ## - NÚMERO INTERNACIONAL ESTÁNDAR DEL LIBRO |
Número Internacional Estándar del Libro |
9780672321030(pbk.) |
035 ## - NÚMERO DE CONTROL DEL SISTEMA |
Número de control de sistema |
(OCoLC)ocn316597371 |
035 ## - NÚMERO DE CONTROL DEL SISTEMA |
Número de control de sistema |
(OCoLC)316597371 |
040 ## - FUENTE DE CATALOGACIÓN |
Centro catalogador/agencia de origen |
NLE |
Centro/agencia transcriptor |
NLE |
Lengua de catalogación |
spa |
041 ## - CÓDIGO DE IDIOMA |
Código de lengua del texto/banda sonora o título independiente |
spa |
050 00 - SIGNATURA TOPOGRÁFICA DE LA BIBLIOTECA DEL CONGRESO |
Número de clasificación |
QA 76.9 |
Número de ítem |
C344s 2002 |
082 00 - NÚMERO DE LA CLASIFICACIÓN DECIMAL DEWEY |
Número de clasificación |
005.7565 |
Número de edición |
21 |
100 1# - ENTRADA PRINCIPAL--NOMBRE DE PERSONA |
Nombre de persona |
Cassel, Paul. |
245 10 - MENCIÓN DEL TÍTULO |
Título |
SAMS teach yourself Microsoft Access 2002 in 21 days / |
Mención de responsabilidad, etc. |
Paul Cassel, Craig Eddy, Jon Price. |
260 ## - PUBLICACIÓN, DISTRIBUCIÓN, ETC. |
Lugar de publicación, distribución, etc. |
Indianapolis, Ind. : |
Nombre del editor, distribuidor, etc. |
Sams, |
Fecha de publicación, distribución, etc. |
2002. |
263 ## - FECHA PROYECTADA DE PUBLICACIÓN |
Fecha proyectada de publicación |
200108 |
300 ## - DESCRIPCIÓN FÍSICA |
Extensión |
800p. ; |
Dimensiones |
24 cm. |
440 #0 - MENCIÓN DE SERIE/PUNTO DE ACCESO ADICIONAL--TÍTULO |
Título |
SAMS teach yourself |
500 ## - NOTA GENERAL |
Nota general |
Includes CD-ROM. |
505 ## - NOTA DE CONTENIDO CON FORMATO |
Nota de contenido con formato |
WEEK 1. AT A GLANCE. Day 1. Understanding Relational Database Concepts. Data Isn't Information. The Nature of Access Data. The Theory of Database Structure. The Practice of Database Structure. Access' Mission. Hardware Requirements. Maintaining Access Databases. Summary. Q&A. Workshop.Day 2. From Idea to Project. The Access User Interface. Views, Opening, and Closing Objects. Global Options. The Parts of Access. Analysis of Your Project. Getting Help--The Office Assistant. Toolbars. Using the Database Wizard to Create an Application. Summary. Q&A. Workshop.Day 3. Exploring The Data Foundations--The Table. The Nature of a Table. Creating Your First Table. Analyzing the Wizard's Table. Linking Fields--The Heart of the Relationship. The Outcome of a Relationship. Table and Field Properties. Indexing and More on Key Fields. Sorting and Filtering in Tables. Finding Data. Summary. Q&A. Workshop.Day 4. Using Queries For Data Retrieval. The Query in Access. A First Query. The Simple Query Wizard. Filtering and Sorting in Queries. Query Criteria. Multitable Queries. Multitable Queries Without Existing Links. Intermediate Criteria. Summary. Q&A. Workshop.Day 5. Creating Simple Forms For Data Access. The Purpose of Forms in a Database. Creating a First Form. Form Design View. Form Headers and Footers. Other Form Format Properties. Tab Order. Finding, Filtering, and Sorting in Forms. Summary. Q&A. Workshop.Day 6. Generating Basic Reports. Reports in Access. The AutoReport Wizard. Report Wizard. The Report Design View. Grouping in Reports. Mailing Labels. Page Layout Settings. Sums, Subtotals, and Running Sums. Summary. Q&A. Workshop.Day 7. Automating Your Access APP: A Macro Primer. Macros and Access. Elements of a Macro. Macros and Events. Commonly Used Macro Actions. Conditional Macros. Summary. Q&A. Workshop.WEEK 1. IN REVIEW. WEEK 2. AT A GLANCE. Day 8. Data Access Pages. Access and the Web. Data Access Page Creation. The Need for Data Access Pages. The Design of Data Access Pages. Applied Data Access Pages. Summary. Q&A. Workshop.Day 9. Refining Your Tables. Tables and Data Integrity. Data Validation in Tables. Data Lookup in Tables. Input Masks. Using OLE Objects and Hyperlinks in Tables. Saving Tables as HTML. Summary. The Millennium Bug. Q&A. Workshop.Day 10. Designing Customized Forms. Making Attractive Forms. Using Colors in Forms. 3D Effects and Object Order. Formats and System Tools. Adding Artwork. Summary. Q&A. Workshop.Day 11. Sorting Data With Queries and Joins. General Math in Queries. Date and Time Math in Queries. Out of Order Sorting. Joins. Using Ranges in Queries. Summary. Q&A. Workshop.Day 12. Developing Reports With Graphics and Expressions. Examining Complex Reports. Exploring the Report Property Sheet. Adding Images to Reports. Using Expressions in Reports. Working with Subreports. Creating Reports with Multiple Columns. Summary. Q&A. Workshop.Day 13. Introducing VBA. Understanding VBA. Exploring Uses for VBA. Introducing the Control Wizards. Examining the Structure of VBA. Exploring the Visual Basic Editor. Introducing Language Elements. Getting Help. Summary. Q&A. Workshop.Day 14. Understanding SQL. What Is SQL? Understanding the Structure and Syntax of SQL. Exploring the Simple SELECT Statement. Using the WHERE Clause. Summary. Q&A. Workshop.WEEK 2. IN REVIEW. WEEK 3. AT A GLANCE. Day 15. Examining Special-Use Queries. Understanding Action Queries. Using Crosstab Queries. Understanding SQL-Specific Queries. Examining Query Properties. Creating Parameter Queries. Getting Criteria for Queries from Forms. Summary. Q&A. Workshop.Day 16. Implementing Advanced Form Concepts. Using Multiple-Table Forms. Constructing Forms with Subforms. Using Combo and List Boxes. Automating Forms by Using Control Wizards. Using SQL to Restrict a Form's Recordset. Creating Custom Menus and Toolbars. Summary. Q&A. Workshop.Day 17. Developing Professional-Quality Reports. Exploring Advanced Report Properties. Formatting Sections. Creating Special First and Last Page Headers and Footers. Developing Parameter Reports. Handling the Null (No Data) Report Event. Creating Crosstab Reports. Publishing Your Report on the Web. Exporting a Report to HTML. Summary. Q&A. Workshop.Day 18. Examining VBA. Reviewing the Purpose of VBA. Learning About Objects. Learning About Program Flow and Loops. Learning About Statements and Functions. Learning About Debugging and Error Handling. Summary. Q&A. Workshop.Day 19. Working With VBA. Using VBA to Manipulate Objects. Using VBA to Automate Data Entry. Using VBA to Work with Data Directly. Using VBA to Modify the Database. Examining the cmdExport_Click Procedure. Creating Switchboards. Summary. Q&A. Workshop.Day 20. Understanding Access Security. Understanding the Structure of Access Security. Setting a Database Password. Using User-Level Security. Managing Passwords. Using the Security Wizard. Closing Security Holes with MDE and ADE. Summary. Q&A. Workshop.Day 21. Developer Considerations. Examining Multiuser Considerations. Splitting a Database. Using External Data Sources. Accessing the Win32 API. Adding Help to Your Applications. Setting the Database Startup Properties. Summary. Q&A. Workshop.WEEK. 3 IN REVIEW. Appendix A. Answers. Index. |
520 ## - RESUMEN, ETC. |
Sumario, etc. |
Accompanying CD-ROM contains ... "sample databases ... for each day of the book, enabling you to implement the concepts discussed and quickly learn the skills taught."--Page [4] of book. |
630 00 - PUNTO DE ACCESO ADICIONAL DE MATERIA--TÍTULO UNIFORME |
Título uniforme |
Microsoft Access. |
650 #4 - PUNTO DE ACCESO ADICIONAL DE MATERIA--TÉRMINO DE MATERIA |
Término de materia o nombre geográfico como elemento de entrada |
Administración de bases de datos |
9 (RLIN) |
1637 |
700 1# - ENTRADA AGREGADA--NOMBRE PERSONAL |
Nombre de persona |
Eddy, Craig. |
9 (RLIN) |
7420 |
700 1# - ENTRADA AGREGADA--NOMBRE PERSONAL |
Nombre de persona |
Price, Jon. |
9 (RLIN) |
7421 |
740 0# - ENTRADA AGREGADA--TÍTULO RELACIONADO/ANALÍTICO NO CONTROLADO |
Título relacionado o analítico no controlado |
Microsoft Access 2002 in 21 days. |
942 ## - ELEMENTOS DE ENTRADA SECUNDARIOS (KOHA) |
Fuente del sistema de clasificación o colocación |
Clasificación de Library of Congress |
Tipo de ítem Koha |
Libro |
946 ## - PROCESAMIENTO DE INFORMACIÓN LOCAL (OCLC) |
a |
LD |