How did you make the system easy to use for those not familiar with Microsoft Access?

What will be an ideal response?


The forms were designed using an orange and blue color theme. Objects such as record selectors and navigation buttons were removed and a more user-friendly system of navigation buttons were added to each of the forms. The VBA procedure included error handling in case of invalid files being imported. Message boxes were added to confirm that the inventory has been updated or that the import process was cancelled if appropriate. The startup preferences were modified to hide the navigation pane as well as the full menu to avoid accidental modification of the database objects. Lastly, the Navigation Form was set to display when the database is opened, giving the user access to all the necessary forms and reports.

Computer Science & Information Technology

You might also like to view...

The GUI event with which the user interacts is the .

a. event effector. b. event container. c. event raiser. d. event source.

Computer Science & Information Technology

What is the difference between the passwd and yppasswd utilities?

What will be an ideal response?

Computer Science & Information Technology

An XML ________ describes the structure of an XML document and is used to validate and format XML data

A) data file B) language C) schema D) code

Computer Science & Information Technology

Exception handling is the cornerstone for all secure code.

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

Computer Science & Information Technology