A ________ is an Access object with which you can enter data, edit data, or display data from a table or query
Fill in the blank(s) with correct word
form
You might also like to view...
Answer the following statements true (T) or false (F)
1) When a system crashes, it results in an automatic COMMIT. 2) DML statements cannot be rolled back once committed. 3) Any user can create another user with the same privileges. 4) A user cannot pass on privileges to other users on objects from own schema unless the WITH GRANT OPTION is used in a GRANT statement.
Answer the following statements true (T) or false (F)
1) A key to improving the software development process is encouraging software reuse. 2) To enhance performance and reduce errors, it's a good idea to make derived classes larger than they need to be. 3) A base class is often designed by factoring out commonalities among a set of classes. 4) When creating derived classes, you must use discretion in choosing the proper base class. Ideally, the base class will not contain excessive capabilities or information. 5) Method Equals will accurately compare any two objects.