MS Access functions from W3S

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

Du må logge inn for å legge inn en kommentar.