Microsoft Access 2010 Test
A company has the following departments: Marketing, Designing, Production, Packing What will be the result of the following query? Select department from table where department < 'Marketing'
A query that uses the BETWEEN operator for two numbers is identical to:
Choose the appropriate query for the Products table where data should be displayed primarily in ascending order of the ProductGroup column. Secondary sorting should be in the descending order of th...
Consider the following tables: Books --------- BookId BookName AuthorId SubjectId PopularityRating (the Popularity of the book on a scale of 1 to 10) Language(such as French, English, German etc) ...
For what reason(s) can a digital signature or certificate be regarded as invalid?
How can you share common objects between multiple projects in Microsoft Access 2010?
How can you tell if a report has no records to display or print in Microsoft Access 2010?
How do you create a report for a Crosstab Query if certain column values are missing?
How do you start a Microsoft Access application so that the user can't see or use the Navigation Pane (or database container)?
If you want to encrypt a database by using a password, then the database must be opened in ________ mode.
In a report with grouping, how can you display the count of records in each group?
Layouts are guides to align controls that you add to your forms or reports. Which layout has been depicted in the image above?
Microsoft Access 2010 does not support more than ____________ fields in a table.
Microsoft Access uses indexes in a table to find data. Which of the following field types cannot be indexed?
Password protected databases offer:
See the image above. How would you filter the table so that it returns names of only those students whose last name begins with A, O or Y?
Suppose you have a table named Cars with fields that store the name, year, price, and condition of used cars that you are considering for purchase. Also suppose that the table has become large and ...
Suppose you want to apply a calculated field on a TextBox control to concatenate the values of the firstName and lastName fields, with a space between them.Which of the following expressions will y...
Suppose you want to use data from two tables in a query: tblCustomer and tblOrder. The two tables both have a field, CustomerID, that identifies a customer. Each record in the tblCustomer table may...
Using the Package and Sign tool, how many databases can you add to a package that you want to distribute to other users in Microsoft Access?
Using which of the following Microsoft Access 2010 database file formats, can we use the Package and Sign tool?
What can you do in Report View that you cannot do in Print Preview in Microsoft Access 2010 Reports?
What could be the problem when an error message "#Error" is received in a query?
What happens when a user has a database open in Exclusive mode and another user attempts to open it?
What is the advantage of a Class Module versus a Standard Module?
What is the function of the 'Single Step' in Macros as shown in the image?
What is the function of the icon marked as A (see image) when you are creating Macros in Microsoft Access 2010?
What is the purpose of Option Explicit?
What is the purpose of the Application Parts option in Microsoft Access 2010?
What is the purpose of the option marked as A (see image), under General options for working with Access?
What is the purpose of time stamping a digital signature in Microsoft 2010?
What will be the result of the following? InStr(1, "John Smith", "S")
What will happen when we select the option "Check for truncated number fields" (marked as A in the image) under Current Database settings?
What will happen when you click on the icon marked as A (see image)?
When you run the Compatibility Checker in Microsoft Access 2010, in which of the following scenarios can you get the error- Access was unable to convert the query for use on the Web because it reli...
Which feature in Microsoft Access 2010 can be used to ensure consistency in appearance between forms and reports?
Which form property determines whether the current record has been modified since it was last saved?
Which of the following Aggregates expressions is not allowed in Query Columns context of a Web database?
Which of the following are reserved for use by SharePoint and is not supported on the Web?
Which of the following conditions should be satisfied to create a one-to-one relationship between tables?
Which of the following data-definition queries creates a table named Cars, with the following fields
Which of the following describes the Data Execution Prevention (DEP) support for Office applications?
Which of the following elements are mandatory for the CREATE INDEX command?
Which of the following functions determines if a phrase exists in a longer string?
Which of the following is correct regarding Crosstab queries?
Which of the following is incorrect about the Quick Access Toolbar?
Which of the following is not a Relationship and Lookup error?
Which of the following is not done when you compact a database?
Which of the following is NOT possible when you link to an Excel worksheet from within Access?
Which of the following is not true regarding Information Rights Management (IRM) for e-mail messages in Microsoft Access 2010?
Which of the following is the correct way to enter the beginning or ending characters of the fields named (UnitPrice and CompanyName) in the AutoIndex onImport/Create field to create an Auto Index ?
Which of the following is true about a.accde file in Microsoft Access 2010?
Which of the following is true of the Ribbon interface?
Which of the following Microsoft Access 2010 components can pose security risks in an untrusted database?
Which of the following rules apply when you use referential integrity?
Which of the following statements is not true about the Work Offline option in an Access database linked to SharePoint?
Which of the given text field properties should you set in order to force a user to enter a date value specifically in MM-DD-YYYY format?
Which one of the following correctly selects rows from the students table that have null in column1?
Which text box property in Microsoft Access 2010 Reports allows the text box to be expanded so that all the text can be fit into it?
Which textbox property in Microsoft Access 2010 determines that the text box is bound, unbound or calculated?