Other Functions
| APPACTIVATE | Activates an application or window currently running on Windows. |
| BEEP | Produces a single beep noise. |
| CALL | Transfers control to a subroutine or function. |
| CALLBYNAME | Returns, sets or executes a method or property of an object (Variant). |
| CHOOSE | Returns the value from a list of values based on an index number (Variant). |
| COMMAND | Returns the argument or command-line string passed when an Access application starts (Variant). |
| CVERR | Returns a specific type of error (Variant). |
| DOEVENTS | Pauses execution to let the system process other events. |
| ENVIRON | Returns information about the current operating system environment (String). |
| ERROR - Function | Returns the error message corresponding to a given error number (String). |
| ERROR - Statement | (Err.Raise) Generates an error. |
| GOTO | Transfers control to the subroutine indicated by the line label. |
| IIF | Returns one of two parts, depending on the evaluation of an expression. |
| IMPLEMENTS | Specifies an interface or class that can be implemented in a class module. |
| INPUTBOX | Displays a dialog box allowing the user to enter some information (String). |
| LET | Computes a value and assigns it to a new variable. |
| LOADPICTURE | Loads a picture from a file into a Picture or Image control (IPictureDisp). |
| MACID | Converts a four character constant to a value that can be used by Dir, Kill, Shell and AppActivate. |
| MSGBOX | Displays a dialog box displaying a message to the user (Integer). |
| OBJPTR | Returns a LongPtr on a 64 bit version and a Long on a 32 bit version. |
| PARTITION | Returns a string indicating which particular range it falls into (String). |
| QBCOLOR | Returns the RGB colour corresponding to the specified colour number (Long). |
| RAISEEVENT | Fires an event declared at module level within a class, form or document. |
| REM | Specifies a single line of comments. |
| RGB | Returns the number representing an RGB colour value (Long). |
| SAVEPICTURE | Saves a graphic image from an objects Picture or Image property to a file. |
| SENDKEYS | Sends keystrokes to an application. |
| SHELL | Returns the program's task id from running an executable programs (Double). |
| STOP | Suspends execution. |
| STRPTR | Returns a LongPtr on a 64 bit version and a Long on a 32 bit version. |
| SWITCH | Returns a value based on expressions (Variant). |
| TYPENAME | Returns the data type of the variable as a string (String). |
| VARPTR | Returns a LongPtr on a 64 bit version and a Long on a 32 bit version. |
| VARTYPE | Returns the number indicating the data type of a variable (Integer). |
| APPACTIVATE Activates an application or window currently running on Windows. |
| BEEP Produces a single beep noise. |
| CALL Transfers control to a subroutine or function. |
| CALLBYNAME Returns, sets or executes a method or property of an object (Variant). |
| CHOOSE Returns the value from a list of values based on an index number (Variant). |
| COMMAND Returns the argument or command-line string passed when an Access application starts (Variant). |
| CVERR Returns a specific type of error (Variant). |
| DOEVENTS Pauses execution to let the system process other events. |
| ENVIRON Returns information about the current operating system environment (String). |
| ERROR - Function Returns the error message corresponding to a given error number (String). |
| ERROR - Statement (Err.Raise) Generates an error. |
| GOTO Transfers control to the subroutine indicated by the line label. |
| IIF Returns one of two parts, depending on the evaluation of an expression. |
| IMPLEMENTS Specifies an interface or class that can be implemented in a class module. |
| INPUTBOX Displays a dialog box allowing the user to enter some information (String). |
| LET Computes a value and assigns it to a new variable. |
| LOADPICTURE Loads a picture from a file into a Picture or Image control (IPictureDisp). |
| MACID Converts a four character constant to a value that can be used by Dir, Kill, Shell and AppActivate. |
| MSGBOX Displays a dialog box displaying a message to the user (Integer). |
| OBJPTR Returns a LongPtr on a 64 bit version and a Long on a 32 bit version. |
| PARTITION Returns a string indicating which particular range it falls into (String). |
| QBCOLOR Returns the RGB colour corresponding to the specified colour number (Long). |
| RAISEEVENT Fires an event declared at module level within a class, form or document. |
| REM Specifies a single line of comments. |
| RGB Returns the number representing an RGB colour value (Long). |
| SAVEPICTURE Saves a graphic image from an objects Picture or Image property to a file. |
| SENDKEYS Sends keystrokes to an application. |
| SHELL Returns the program's task id from running an executable programs (Double). |
| STOP Suspends execution. |
| STRPTR Returns a LongPtr on a 64 bit version and a Long on a 32 bit version. |
| SWITCH Returns a value based on expressions (Variant). |
| TYPENAME Returns the data type of the variable as a string (String). |
| VARPTR Returns a LongPtr on a 64 bit version and a Long on a 32 bit version. |
| VARTYPE Returns the number indicating the data type of a variable (Integer). |
© 2025 Better Solutions Limited. All Rights Reserved. © 2025 Better Solutions Limited Top