MS Access 2007 Test
A calculated control may be applied to a field by using:
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 database has two tables named Products and Orders. The tables are joined by a column called ProductID. You have created a query named Query1, which combines the data from the tables. If the Prod...
A query that uses the BETWEEN syntax for two numbers is identical to:
By using ADO or DAO, how can you fetch the records from a recordset?
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, G...
From Access 2007 you can link to SharePoint and:
From the figure, how would you filter the table to return only the students whose last name begins with 'a', 'o', or 'y'?
How can you tell if a report has no records to display or print?
How do you create a report for a crosstab query if certain column values are missing?
How do you customize the text on a form or report's window frame or tab?
How do you import a portion of an Excel spreadsheet into Access?
How do you prevent a user from skipping the startup routines when opening an application?
How do you start an Access application so that the user can't see or use the Navigation Pane (or database container)?
How does a column with the AutoNumber data type make a good primary key?
How many databases can be opened at one time in a single instance of Access 2007?
If you want an image on a report to stay the same size, regardless of the size of the image control, what value should you choose for the Size Mode property?
In a report with grouping, how can you display the count of records in each group?
In the given picture, a total is accumulated from record to record across a group. Which feature has been used to achieve this result?
In which of the following form sections is a Title control placed?
On which event do you place code to validate the entry of an entire record?
Out of the following, which one can be used as a comparison operator?
Password protected databases offer:
Refer to the given picture and fill up the blank. "Count Values" are not available for fields of the _________ data type(s) while using the Layout view.
State whether the following statement is true or false: By default, Access deletes the related data when records from a table are deleted.
State whether true or false. In Access 2007, a Checkbox cannot be used as a calculated control
State whether true or false. OLE Object fields cannot be searched.
Suppose you have a table which has a field that looks up a value from a second table called Product. The second table, Product has 2 fields - product name and product id (a number). Using the looku...
The Database Splitter is one of the database utilities. Which of the following is true about the Database Splitter?
What can you do in report view that you can't do in print preview?
What does an Access Data Projects (ADP) offer that an MDB/ACCDB doesn't?
What does an MDB/ACCDB offer that isn't available in an ADP?
What is Option Explicit?
What is the function of the 'Single Step' tool in macros as shown in the picture?
What type of query do you use to modify existing records
What will be the output of the following query in Access 2007? select 10/0
When a report is opened in Design view, which of the following statements is true:
When a user has a database open in Exclusive mode (as shown in the given picture), what will happen when another user attempts to open the database?
When does the Switch function return a value that is Null?
Which condition should be satisfied to help create a one-to-one relationship between tables?
Which datatype would be the most suitable to store a Hyperlink in a field of an Access 2007 table?
Which form property determines whether the current record has been modified since it was last saved?
Which lookup field property determines the value from the RowSource that is stored in the lookup column?
Which of the following clauses is not allowed in a sub-query?
Which of the following data types does bound text box support?
Which of the following function returns an array, when a string is split using a delimiter?
Which of the following functions returns an array, when a string is split using a delimiter?
Which of the following is not a section of a report?
Which of the following is not done when you compact a database?
Which of the following is not true regarding naming a file?
Which of the following is the easiest and fastest method to manipulate records on a subform?
Which of the following is true about the Ribbon interface?
Which of the following options clears a sort order without affecting the current filter?
Which of the following options lets you resize multiple controls at the same time to maximum fitted control size?
Which of the following placeholders and literal characters can be used in an input mask?
Which of the following statements is correct regarding Crosstab queries?
Which of the following statements is not true about the "Work Offline" option in an Access database linked to SharePoint:
Which of the following table properties defines criteria to display only matching rows in the Datasheet view?
Which of the following table views allows editing of records in a table?
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 of the given text field properties you should set in order to force a user to enter a date value specifically in MM-DD-YYYY format?
Which of these functions determines if a phrase exists in a longer string?
Which one of the following correctly selects rows from the table myTable that have null in column1?
Which Text box property should be set to expand the text box to display the whole text when there is too much text to be accommodated in the text box in Access reports?
Which textbox property determines that the text box is bound?
Which type of Control Layout does the given picture display?
Which view should be chosen for form modification when form sections (such as the form header or the detail section) have to be resized?
You want to create a table that includes a Description field. If you want to ensure that the Description field accepts rich text formatting, which datatypes should you use?