MS Access functions from W3S

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

Kommentár közzétételéhez be kell jelentkeznie.