What are the differences between ACCDB and ACCDE files?

What will be an ideal response?


ACCDE files prevent the user from being able to see the VBA or edit macros in a database. In a typical ACCDB file the VBA and macros in the database can be edited freely.

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1) If the output is too wide for the width specified in a setw manipulator or a call to the width member function, then the output is lost. 2) You get the manipulators endl and member functions setf and precision with the iostream header, but you have to include the iomanip header to get the manipulators setw and setprecision.. 3) You don’t need using directives or using declarations to use the setw or setprecision manipulators. 4) C++ uses the system file name for the program file name.

Computer Science & Information Technology

Report Design View gives you full control of all aspects of a report.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

  George is developing an XSLT style sheet to display data from research surveys. The structure of the surveys.xml file is shown in the accompanying figure. He comes to you for assistance in preparing the final file.? George knows that theposition()function returns the position of the node as it is displayed within the result document, not necessarily the position of the node in the source document. Which element do you suggest George use to retrieve the position values of the nodes as they appeared in the source document?

A. ?location B. ?number C. ?source-position D. ?source-value

Computer Science & Information Technology

How would you display the Designer window if it is not visible in your project?

a. Press Shift+F9 on the keyboard b. Click the Designer option in the View menu c. Press Ctrl+Alt+D on the keyboard d. Click View Designer in the Edit menu

Computer Science & Information Technology