Gustav Brock
gustav at cactus.dk
Fri May 21 05:43:34 CDT 2004
Hi Jim Neither can I. Rocky, for your encryption function, all you need is to format the date value as to your liking: strRockyDate = Format(datDate, <Rocky'sFormatString>) or - vice versa as Drew suggested - to get the date value using DateSerial(). Look up the on-line help for these to end your problems. /gustav > Hi Rocky: > Sorry, I am having a problem understanding your problem. I just can not > understand why the current date, from host computer can not be processed to > meet and be tested against your encrypted date...I am completely missing > your point. > Please explain more. > Jim > -----Original Message----- > From: accessd-bounces at databaseadvisors.com > [mailto:accessd-bounces at databaseadvisors.com]On Behalf Of Rocky Smolin - > Beach Access Software > Sent: Thursday, May 20, 2004 8:23 AM > To: Access Developers discussion and problem solving > Subject: Re: [AccessD] Date Format Again > Jim: > One problem - I'm not using a regular date. I'm assembling the date which > is encoded in a key. So to build the date, I need to know the format to > construct it in - mm/dd/yy or dd/mm/yy. > I then compare it to the system date to see if the license has expired.