Discuss the benefits of having a macro that runs when a database first opens
What will be an ideal response?
An AutoExec macro executes a list of tasks whenever a database is opened. This can add increased efficiency and usability to the database.An AutoExec macro can open multiple database objects as opposed to database startup options which can open only a single form. An AutoExec macro can also open an object to a specific record and place the cursor in a specific field to increase efficiency.
You might also like to view...
?By default, an element's background is defined to extend only through the padding space and not to include the border space.
Answer the following statement true (T) or false (F)
Is it possible to distinguish a file from a hard link to a file? That is, given a filename, can you tell whether it was created using an ln command? Explain.
What will be an ideal response?