I am attempting to trim a TimeStamp or DateStamp field that is stored in a DB2 Table in Microsoft Access. I have tried various trim methods RTrim etc without success.

Please Help.
posted by:
SABRINA
Atlanta
  • Re: Trimming A DateStamp Field in a DB2 Table

    Sun, April 20, 2008 - 7:21 PM
    With datetime fields you don't "trim" you format. You can use format to obtain whatever portion of the date/time you are interested in. There is a format function that you can use format(<value>,<format string>) you can look up for usage. In the case of a form or report, just use the format property of the text box in question.

    HTH,
    Dave

Recent topics in "MS Access Database Gurus"