MS Access functions from W3S

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

Lai ievietotu komentāru, jums jāpiesakās.