Access: Switch Function
In Access, the Switch function evaluates a list of expressions and returns a Variant value or an expression associated with…
The easy way to know
In Access, the Switch function evaluates a list of expressions and returns a Variant value or an expression associated with…
In Access, the Sum function returns the sum of a set of values in a set of values in a…
In Access, the StrConv function convert a string to upper case, lower case, proper case, or several other formats. The…
In Access, the Right function returns the rightmost n characters of a string. The syntax for the Right function is:…
In Access, the Min function returns the minimum of a set of values contained in a select query. The syntax…
In Access, the Max function returns the maximum of a set of values in a select query. The syntax for…
In Access, the IsNumeric function returns a value indicating whether or not an expression can be converted to a numeric…
In Access, the IsDate function returns a value indicating whether or not a variant argument can be converted to a…
In Access, the CurDir function returns a string containing the full path of the specified drive. The syntax for the…
In Access, the Choose function selects and returns a value from a list of arguments based on a given position.…