Question

For Microsoft Access Define the four types of Action Queries: Make-table, Update, Delete, Append What is...

For Microsoft Access

  • Define the four types of Action Queries: Make-table, Update, Delete, Append

  • What is an index? What field is automatically indexed? Advantages and disadvantages?

  • What is a macro? An action? An argument?

  • What is a command button?

  • What are events? Event properties? Examples of event properties?

  • What is a submacro? How is it represented in code?

  • Why are the InputBox function and GoToControl action useful for the FindRecord action?

  • What is the ExportWithFormatting action typically used for?

  • What does the MessageBox action do?

  • What is SQL? What is it used for?

  • Know the following SQL keywords: SELECT, FROM, WHERE, ORDER BY,
    INSERT INTO, VALUES

  • What does VBA stand for? Why is it considered to be an event-driven language?

  • What is the difference between a standard module and a class module? (public vs local)

  • What is a sub procedure? Is one created every time you code an event procedure in a form?

  • What is the Visual Basic Editor? What are the three main areas within it? What is each area for?

  • Which property allows us to select more than one item from a list box?

  • How do we remove the gray box that surrounds an image attachment in a form?

  • What is the difference between a front-end and a back-end database? How does the front end “talk” to the back end?

  • What does the performance analyzer do?

  • What must be done before you can password protect your database?

  • What is most common object that is loaded initially when creating an Access application? How is this configured?

  • What are startup options? Why do we turn some of these off?

  • Is it possible to disable the ribbon in an Access application? If so, how?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

HOMEWORKLIB POLICY is that if there are sub-parts to the question , only first 4 parts are answered.

Make-table query : The Make-Table query is classed as one of the Action Queries, however this is different from the other types. Rather than modifying the data contained in an existing database table, a Make-Table query creates a new database table from the results of the query.

Update query: An Update Query is an action query (SQL statement) that changes a set of records according to criteria (search conditions) you specify.

Delete query : A DELETE query is an action query (SQL statement) that deletes a set of records according to criteria (search conditions) you specify

Append Query : An append query selects records from one or more data sources and copies the selected records to an existing table

Index : You can use an index to help Access find and sort records faster. An index stores the location of records based on the field or fields that you choose to index. After Access obtains the location from the index, it can then retrieve the data by moving directly to the correct location. In this way, using an index can be considerably faster than scanning through all of the records to find the data.index is a special data structure

- For primary key, access automatically creates an index for you

Advantages and Disadvantages of Index :

Advantages

  • Speed up SELECT query
  • Helps to make a row unique or without duplicates(primary,unique)
  • If index is set to fill-text index, then we can search against large string values. for example to find a word from a sentence etc.

Disadvantages

  • Indexes take additional disk space.
  • indexes slow down INSERT,UPDATE and DELETE, but will speed up UPDATE if the WHERE condition has an indexed field. INSERT, UPDATE and DELETE becomes slower because on each operation the indexes must also be updated.

Macro: A Macro is a tool that allows you to automate tasks and add functionality to your forms, reports, and controls

Add a comment
Know the answer?
Add Answer to:
For Microsoft Access Define the four types of Action Queries: Make-table, Update, Delete, Append What is...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Background: I have an Access-software (~30 simultaneous users) with split front- & back-end, both UI &...

    Background: I have an Access-software (~30 simultaneous users) with split front- & back-end, both UI & DB running on Access-files. Most important features for me are reports & printing, with emphasis on fast development and deployment to the users (updates 1-3 times per week, using as little time as possible). The environment is Win7 + Access 2010. Updates are handled with .BAT-batch file. The database might be upgraded into SQL Server Express or something later this year. Problems: The Access...

  • The questions below deal with Microsoft Visual Studio 2012 Reloaded, under the Visual Basic programming language....

    The questions below deal with Microsoft Visual Studio 2012 Reloaded, under the Visual Basic programming language. The book ISBN number that I am using is: 978-1-285-08416-9 or the UPC code is: 2-901285084168-1. Question 1 Visual Basic 2012 is an object-oriented programming language, which is a language that allows the programmer to use ____________________ to accomplish a program�s goal. Question 2 An application that has a Web user interface and runs on a server is called a(n) ____________________ application. Question 3...

  • 484 Core Concepts of Accounting Information Systems a. Using Access, create an employee table sim- ilar...

    484 Core Concepts of Accounting Information Systems a. Using Access, create an employee table sim- ilar to the one shown in Figure 15-4. Create created. (Hint You can use the aforemen- tioned expression for the department code as a validation rule.) at least one record for this table b. Create validation rules for the listed restric tions and an accompanying validation text for each. Document your work by provid- ing a table outlining exactly what rules you c. Test each...

  • A test specification provides designers with what needs to be known in order to perform a...

    A test specification provides designers with what needs to be known in order to perform a specific test, and to validate and verify the requirement to be tested. The test script is divided into the test script, which is the generic condition to be tested, and one or more test cases within the test script. Provide a test script and test case for at least 3 of your requirements identified in your requirements specification. Provide the following format for an...

  • Management in Action Chapter 11. Please answer application of chapter content 1-5. the snapshot of the...

    Management in Action Chapter 11. Please answer application of chapter content 1-5. the snapshot of the questions WAS uploaded 4. How do you distinguish values from attitudes and behavior? 5. What is the process of perception? 8. What are four types of behavior that managers need to influence? 9. Explain the two dimensions of diversity. 10. What are six sources of stress on the job? Management in Action Does the Financial Services Industry Lack Diversity? Professionals in the financial services...

  • Explain what enterprise resource planning (ERP) systems. Outline several of their key characteristics. Describe in reasonable...

    Explain what enterprise resource planning (ERP) systems. Outline several of their key characteristics. Describe in reasonable detail how a company leverages an ERP system and how its operations are improved after installing an ERP system like SAP. Explain how a supply chain management system helps an organization make its operations more efficient What is Upstream and Downstream management of the supply chain? Explain the concept of “Supply Network”, its benefits, and how technology made this concept available Explain the difference...

  • Overview This lab provides you the opportunity to insert and update data with the use of SQL comm...

    Overview This lab provides you the opportunity to insert and update data with the use of SQL commands. The lab will utilize the FLIX2YOU problem, the current schema. In order to start this lab, you must have successfully completed Lab # 6. In Lab # 6, you executed a script that was provided to you. This script created 7 of the FLIX2YOU tables as documented in the Entity Relationship Diagram in the FLIX2YOU problem document. The second part of lab...

  • CASE 8 Unlocking the Secrets of the Apple iPhone in the Name of access the male...

    CASE 8 Unlocking the Secrets of the Apple iPhone in the Name of access the male San Bernardino suspect's iPhone 5c. Cook stated: Antiterrorism We are challenging the FBI's demands with the deepes respect for American democracy and a love of our country. We believe it would be in the best interest of everyone to step back and consider the implications While we believe the FBI's intentions are good, if would be wrong for the w e nt to force...

  • can Marriot make use of casual Research? if yes, how, and in what way could make...

    can Marriot make use of casual Research? if yes, how, and in what way could make use of experimentation? what specific experimental design would you recommend? please apply to the case with the example with the name of the method MARRIOTT: Marketing Research Leads to Expanded Offerings ONLINE VIDEO CASE 15.1 success. According to Gordon Lambourne, vice president, Marketing and Public Relations, the Marriott brand identity is all about commitment to service excellence, a strong focus on employees that work...

  • A Routine Endoscopic Procedure Our mother usually had an endoscopic procedure every 2 years. We thought...

    A Routine Endoscopic Procedure Our mother usually had an endoscopic procedure every 2 years. We thought that she had too many visits with her gastroenterologist. She saw the gastroenterologist about every 30 or 60 days. When we asked the physician why our mother had to come in on a continuous basis, his response was “acid reflux.” She was taking a proton pump inhibitor for her acid reflux. Our mother had an endoscopy of her upper gastrointestinal tract in September 2006....

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT