MS Access 2003 Test
A company has the following departments: Finance, Accounts, Human Resources, Administration There is a table named Company having a column named Department, and the above values are stored in that...
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:
An .mde file is a special version of an Access .mdb file and contains information related to a database. Which of the following is true about an .mde file?
How a form can be made Read-only?
How can the duplicate data on a report be hidden?
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 headings 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 database container?
How is data in a single record kept together on a page (for a report) or on a column (for a form)?
If a relationship has the 'Cascade Update Related Fields' option on, which of the following is true?
If a table named students has a column called Studentname storing the names of the students, what will be the correct query to display the names of the students in reverse alphabetical order?
If a user has a database opened in the Exclusive mode, what will happen if another user attempts to open the same database?
In a report with grouping, how can you display the count of records in each group?
In Access 2003, one can control the user access to data, through permissions. The Update data permission allows a user to:
In which of the following ways does choosing an appropriate datatype help while designing a table in Access?
On which event do you place code to validate the entry of an entire record?
Password protected databases offer:
State whether True or False. Access 2003 provides theme support to Microsoft Windows XP.
State whether True or False. When a table from an Access database is exported to another database format, Microsoft Access exports the table data and data definitions, as well as its properties (i...
The Database Splitter is one of the database utilities. Which of the following is true about the Database Splitter?
The primary key index does not allow ________ data in a field.
Under the Advanced options for the Access system, there is an option entitled Open Databases Using Record Level Locking. Which of the following are true when this option is checked?
Under the Advanced options in Access 2003, there is a Default Open Mode Group option which includes the options Shared and Exclusive. Which of the following is true when the Shared option is selected?
Using ADO or DAO, how are the records fetched from a recordset?
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 advantage of a Class module over Regular module, in Access database solution?
What is the file extension of an Access Project?
What is the function of a Format Painter?
What property for a table is used to locate the back-end database, to which the table is linked?
What role does Strcomp function perform in Microsoft Access 2003?
What type of query do you use to modify existing records
What will be the result of the following: SELECT InStr(1, "John", "o");
When a user has a database open in Exclusive mode, what will happen when another user attempts to open the database?
Which clause will be used to display the rows of a table in an ascending order of a particular column?
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 2003 table?
Which form property determines whether the current record has been modified since it was last saved?
Which of the following enhanced security features are included in Access 2003?
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 the easiest and fastest method to manipulate records on a subform?
Which of the following options most clearly defines the meaning of a bound HTML Control on a Data Access Page?
Which of the following statements about Report Snapshots is untrue?
Which of the following statements is correct regarding Crosstab queries?
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 property of a table is used to locate the back-end database to which the table is linked?
Which property of the Group Header, group footer, or detail section should be changed if we want each group or record in a report to start on a new page?
Which query will you use to count the number of records in a result set?
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?