Apr 21, 2003 #1 filipe26 Programmer Mar 17, 2003 152 PT Hi i have a field in Access of type Datetime and when i post a record like this: dm.dt.value:=date; the field look like this :'21-04-2003 13:55' and not just the date.Why? Im using BDE. Thanks.
Hi i have a field in Access of type Datetime and when i post a record like this: dm.dt.value:=date; the field look like this :'21-04-2003 13:55' and not just the date.Why? Im using BDE. Thanks.
Apr 21, 2003 #2 svanels MIS Aug 18, 1999 1,393 SR Date has an integer that represents the date and a fraction part that represent the time. use: int(Date); Steven van Els SAvanEls@cq-link.sr Upvote 0 Downvote
Date has an integer that represents the date and a fraction part that represent the time. use: int(Date); Steven van Els SAvanEls@cq-link.sr