Join
the community
Sign-up
Search
Results 61 - 80 of about 92
  • Access - The MID function

    Access - The MID function

    This function allows you to retrive a section of a string. MID( text, position, num_of_characters ) Where: Text : is the string of characters Position : the... Read more

  • Access - Concatenate strings

    Access - Concatenate strings

    Are there any functions under Access to concatenate a pair of strings You can make use of the & operator string1 & string2 & string3... Read more

  • Access - The UCase function

    Access - The UCase function

    This function will convert a string (text) to uppercase UCase(text) UCase(kioskea), shall return "KIOSKEA" Read more

  • Access - The WeekdayName function

    Access - The WeekdayName function

    This funtion returns the name of the day (string) of the week related to a particular date. WeekdayName(weekday,abbrv, first_day_of_week) weekday: a... Read more

  • Access - The TimeValue function

    Access - The TimeValue function

    This function converts a string expression as a time value TimeValue(time) Where time is a string representing a time value (0:00:00 to 23:59:59) Read more

  • Access - The DateSerial function

    Access - The DateSerial function

    The DateSerial function returns a date value from a set of numerical values. DateSerial ( year, month, day ) Read more

  • Access - The DateValue function

    Access - The DateValue function

    This function can convert a string (representing a date) to a date value DateValue ( string_date ) Read more

  • Access - The TimeSerial function

    Access - The TimeSerial function

    This function returns a time value based on a set of values. TimeSerial (hour,minute,second ) Example of use: TimeSerial (18,13,00) shall return 6:13:00 PM Read more

Receive our newsletter

health.kioskea.net