MS Access functions from W3S

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

Du måste vara inloggad för att skriva en kommentar.