| 1. |
Describe Some Reasons That Someone Familiar With Microsoft Access Will Want To Learn Vba? |
|
Answer» You can perform more COMPLEX functions and error handling can be accommodated by VBA. VBA code will execute faster since code runs faster than MACROS and maintenance is easier because VBA modules are stored with the forms and reports. Reading VBA is easier because you can SEE the entire code. Finally, you can pass PARAMETERS and USE OLE automation better. You can perform more complex functions and error handling can be accommodated by VBA. VBA code will execute faster since code runs faster than macros and maintenance is easier because VBA modules are stored with the forms and reports. Reading VBA is easier because you can see the entire code. Finally, you can pass parameters and use OLE automation better. |
|