MS Access Functions Reference
MS Access Functions Reference
String Functions
Numeric Functions
Date Functions
Advanced Functions
MS Access String Functions
Functions Description
Asc Returns the ASCII value for the specific character
Chr Returns the character for the specified ASCII number code
InstrRev Gets the position of the first occurrence of a string in another, from the end of string
Replace Replaces a substring within a string, with another substring, a specified number of times
Randomize Initializes the random number generator (used by Rnd()) with a seed
Val Reads a string and returns the numbers found in the string
SQL Server Date Functions
Functions Description
Date Returns the current system date
DateAdd Adds a time/date interval to a date and then returns the date
DateSerial Returns a date from the specified parts (year, month, and day values)
Now Returns the current date and time based on the computer's system date and time
TimeSerial Returns a time from the specified parts (hour, minute, and second value)
Environ Returns a string that contains the value of an operating system environment variable