MS Access functions from W3S

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

Yorum yapmak için giriş yapmalısınız.