MS Access functions from W3S

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

Chcete-li přidat komentář, musíte se přihlásit.