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.
Please Help.
-
Re: Trimming A DateStamp Field in a DB2 Table
Sun, April 20, 2008 - 7:21 PMWith 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