home *** CD-ROM | disk | FTP | other *** search
/ Computer Based Training: …, Windows 95 & NT Basics / a1454501.iso / mo97a03 / AA03TASK.TXT < prev    next >
Encoding:
Text File  |  1997-05-15  |  2.0 KB  |  80 lines

  1. #exercise 01
  2. In this exercise you are required to create and run a simple macro.
  3. |
  4. Creating and running a macro named AutoExec
  5. |
  6. #task 0101
  7. Create and run a new macro named AutoExec in the current database. The macro should contain a single action to maximize the active window.
  8. Attach a comment saying "Maximizes active window".
  9. |
  10. click New
  11. |
  12. click the drop-down list button in the first Action field
  13. |
  14. scroll down and select Maximize from the list
  15. |
  16. press the Tab key to move to the Comment column 
  17. |
  18. type Maximizes active window
  19. |
  20. click the Save button
  21. |
  22. type AutoExec in the Macro Name field, and click OK
  23. |
  24. click the Run button
  25. |
  26. You have completed this task successfully.
  27. |
  28. You have not completed this task successfully.
  29. |
  30. #exercise 02
  31. In this exercise you are required to modify a macro group so that you can use a key combination to open a form.
  32. |
  33. Adding a macro to a macro group
  34. |
  35. Setting action arguments for the OpenForm macro action
  36. |
  37. #task 0102
  38. Add a macro named ^F to a macro group containing key combinations. Choose the OpenForm macro action, and leave the Comment column blank.
  39. |
  40. select the AutoKeys macro group
  41. |
  42. click Design
  43. |
  44. place the cursor in the second row of the Macro Name column
  45. |
  46. type ^F
  47. |
  48. place the cursor in the second row of the Action column
  49. |
  50. click the drop-down list button to see the available macro actions
  51. |
  52. click OpenForm
  53. |
  54. You have completed this task successfully.
  55. |
  56. You have not completed this task successfully.
  57. |
  58. #task 0103
  59. Choose Customers from the Form Name drop-down list, and Edit from the Data Mode drop-down list. Leave the other action arguments unchanged, close the window, and save the macro group when prompted.
  60. |
  61. click the drop-down list button at the Form Name field
  62. |
  63. select Customers
  64. |
  65. place the cursor in the Date Mode field
  66. |
  67. click the drop-down list button at the Data Mode Field
  68. |
  69. select Edit
  70. |
  71. select File - Close
  72. |
  73. click Yes to save the macro group
  74. |
  75. You have completed this task successfully.
  76. |
  77. You have not completed this task successfully.
  78. |
  79.  
  80.