MS Access functions from W3S

 0    66 Fiche    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

Пікір қалдыру үшін жүйеге кіру керек.