Our Recommendation for You Search your Query, You can find easily. for example search by book name or course name or any other which is related to your education

label name

PHP

MS Access Functions

MS Access Functions


MS Access has many built-in functions.
This reference contains the string, numeric, date, and information functions in MS Access.

MS Access String Functions

FunctionDescription
AscReturns the number code that represents the specific character
ChrReturns the character based on the number code
Concat with &Concatenates multiple strings together into a single string with the & operator
CurDirReturns the current path
FormatFormats a string expression
InStrReturns the position of the first occurrence of a string in another string
InstrRevReturns the position of the first occurrence of a string in another string, starting from the end of the string
LCaseConverts a string to lower-case
LeftExtracts a substring from a string (starting from left)
LenReturns the length of the specified string
LTrimRemoves leading spaces from a string
MidExtracts a substring from a string (starting at any position)
ReplaceReplaces a sequence of characters in a string with another set of characters (a number of times)
RightExtracts a substring from a string (starting from right)
RTrimRemoves trailing spaces from a string
SpaceReturns a string with a specified number of spaces
SplitSplits a string into substrings (based on a delimiter) and returns the result as an array of substrings
StrReturns a string representation of a number
StrCompReturns an integer value representing the result of a string comparison
StrConvReturns a converted string
StrReverseReturns a string whose characters are in reverse order
TrimRemoves leading and trailing spaces from a string
UCaseConverts a string to upper-case

MS Access Numeric Functions

FunctionDescription
AbsReturns the absolute value of a number
AtnReturns the arctangent of a number
AvgReturns the average value of an expression
CosReturns the cosine of an angle
CountReturns the number of records in a select query
ExpReturns e raised to the nth power
FixReturns the integer portion of a number
FormatTakes a numeric expression and returns it as a formatted string
IntReturns the integer portion of a number
MaxReturns the maximum value of an expression
MinReturns the minimum value of an expression
RandomizeAllows you to change the seed value used by the random number generator for the Rnd() function
RndGenerates a random number
RoundReturns a number rounded to a certain number of decimal places
SgnReturns the sign of a number
SqrReturns the square root of a number
SumReturns the summed value of an expression
ValAccepts a string as input and returns the numbers found in that string

MS Access Date Functions

FunctionDescription
DateReturns the current system date
DateAddReturns a date after a time/date interval has been added
DateDiffReturns the difference between two date values
DatePartReturns a specified part of a date
DateSerialReturns a date given a year, month, and day value
DateValueConverts a string to a date
DayReturns the day of the month (from 1 to 31) for a date
FormatTakes a date expression and returns it as a formatted string
HourReturns the hour (from 0 to 23) for a time value
MinuteReturns the minute of the hour (from 0 to 59) for a time value
MonthReturns the month (from 1 to 12) for a date
MonthNameReturns the monthname given a number from 1 to 12
NowReturns the current system date and time
SecondReturns the second of the minute (from 0 to 59) for a time value
TimeReturns the current system time
TimeSerialReturns a time given an hour, minute, and second value
TimeValueConverts a string to a time
WeekdayReturns a number (from 1 to 7) representing the day of the week for a date
WeekdayNameReturns the weekday name given a number from 1 to 7
YearReturns the year (four digits) for a date

MS Access Information Functions

FunctionDescription
CurrentUserReturns the name of the current Access user
EnvironReturns the value of an operating system environment variable
IsDateReturns TRUE if the expression is a valid date, otherwise FALSE
IsNullReturns TRUE if the expression is a null value, otherwise FALSE
IsNumericReturns TRUE if the expression is a valid number, otherwise FALSE