MS Access functions from W3S

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

Trebuie să te autentifici pentru a posta un comentariu.