MS Access functions from W3S

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

Вы должны войти в свой аккаунт чтобы написать комментарий.