MS Access functions from W3S

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

Musisz się zalogować, by móc napisać komentarz.