MS Access functions from W3S

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

Ak chcete pridať komentár, musíte byť prihlásený.