MS Access functions from W3S

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

Devi essere accedere per pubblicare un commento.