MS Visual Basic
These are the Basic's of Microsoft Visual Basic programming language, a set of guides or short-cuts for the beginner.
Common Things to know while working with MS Visual Basic and as follows UnLoad Me - unload active or current forms via the Unload Me command and IF this was the Last Active Form, then it will terminate the current Application.
Math Operations - supports the standard math operations only
Format - format any valid variables for display purposes
format( <value>, "$ ##.00")
| End - terminates or close current window or Form SHOW - bring's a field or a form to the current Focus
Variable Declaration
|

