MS Access functions from W3S

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

Você deve entrar para postar um comentário.