InterviewSolution
| 1. |
Describe The Uses Of @functions? |
|
Answer» The @prompt function asks the end USER to enter any specific VALUES. The Visual Basics for applications macro’s results will be RECOVERED by using @Script function. An existing STATEMENTS SELECT statement can be re-used by using @Select function. For a name or variable, the value assigned to it will be referenced using @Variable. An existing object’s where clause can be re-used by @Where functions. The @prompt function asks the end user to enter any specific values. The Visual Basics for applications macro’s results will be recovered by using @Script function. An existing statements SELECT statement can be re-used by using @Select function. For a name or variable, the value assigned to it will be referenced using @Variable. An existing object’s where clause can be re-used by @Where functions. |
|