MS Access functions from W3S

 0    66 tarjetas    sir
descargar mp3 imprimir jugar test de práctica
 
término definición
Asc
empezar lección
Returns the ASCII value for the specific character
Chr
empezar lección
Returns the character for the specified ASCII number code
Concat with &
empezar lección
Adds two or more strings together
CurDir
empezar lección
Returns the full path for a specified drive
Format
empezar lección
Formats a value with the specified format
InStr
empezar lección
Gets the position of the first occurrence of a string in another
InstrRev
empezar lección
Gets the position of the first occurrence of a string in another, from the end of string
LCase
empezar lección
Converts a string to lower-case
Left
empezar lección
Extracts a number of characters from a string (starting from left)
Len
empezar lección
Returns the length of a string
LTrim
empezar lección
Removes leading spaces from a string
Mid
empezar lección
Extracts some characters from a string (starting at any position)
Replace
empezar lección
Replaces a substring within a string, with another substring, a specified number of times
Right
empezar lección
Extracts a number of characters from a string (starting from right)
RTrim
empezar lección
Removes trailing spaces from a string
Space
empezar lección
Returns a string of the specified number of space characters
Split
empezar lección
Splits a string into an array of substrings
Str
empezar lección
Returns a number as string
StrComp
empezar lección
Compares two strings
StrConv
empezar lección
Returns a converted string
StrReverse
empezar lección
Reverses a string and returns the result
Trim
empezar lección
Removes both leading and trailing spaces from a string
UCase
empezar lección
Converts a string to upper-case
Abs
empezar lección
Returns the absolute value of a number
Atn
empezar lección
Returns the arc tangent of a number
Avg
empezar lección
Returns the average value of an expression
Cos
empezar lección
Returns the cosine of an angle
Count
empezar lección
Returns the number of records returned by a select query
Exp
empezar lección
Returns e raised to the power of a specified number
Fix
empezar lección
Returns the integer part of a number
Format
empezar lección
Formats a numeric value with the specified format
Int
empezar lección
Returns the integer part of a number
Max
empezar lección
Returns the maximum value in a set of values
Min
empezar lección
Returns the minimum value in a set of values
Randomize
empezar lección
Initializes the random number generator (used by Rnd()) with a seed
Rnd
empezar lección
Returns a random number
Round
empezar lección
Rounds a number to a specified number of decimal places
Sgn
empezar lección
Returns the sign of a number
Sqr
empezar lección
Returns the square root of a number
Sum
empezar lección
Calculates the sum of a set of values
Val
empezar lección
Reads a string and returns the numbers found in the string
Date
empezar lección
Returns the current system date
DateAdd
empezar lección
Adds a time/date interval to a date and then returns the date
DateDiff
empezar lección
Returns the difference between two dates
DatePart
empezar lección
Returns a specified part of a date (as an integer)
DateSerial
empezar lección
Returns a date from the specified parts (year, month, and day values)
DateValue
empezar lección
Returns a date based on a string
Day
empezar lección
Returns the day of the month for a given date
Format
empezar lección
Formats a date value with the specified format
Hour
empezar lección
Returns the hour part of a time/datetime
Minute
empezar lección
Returns the minute part of a time/datetime
Month
empezar lección
Returns the month part of a given date
MonthName
empezar lección
Returns the name of the month based on a number
Now
empezar lección
Returns the current date and time based on the computer's system date and time
Second
empezar lección
Returns the seconds part of a time/datetime
Time
empezar lección
Returns the current system time
TimeSerial
empezar lección
Returns a time from the specified parts (hour, minute, and second value)
TimeValue
empezar lección
Returns a time based on a string
Weekday
empezar lección
Returns the weekday number for a given date
WeekdayName
empezar lección
Returns the weekday name based on a number
Year
empezar lección
Returns the year part of a given date
CurrentUser
empezar lección
Returns the name of the current database user
Environ
empezar lección
Returns a string that contains the value of an operating system environment variable
IsDate
empezar lección
Checks whether an expression can be converted to a date
IsNull
empezar lección
Checks whether an expression contains Null (no data)
IsNumeric
empezar lección
Checks whether an expression is a valid number

Debes iniciar sesión para poder comentar.