That worked . Thanks, Jeff -----Original Message----- From: hibis.jmr [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 2007 11:30 AM To: How to use Revolution Subject: Re: Date Variable
why not : put tDay & "/" & tMonth & "/" & tYear into QueryDate Jean-Marc Le 14 févr. 2007, à 17:05, Jeff Honken a écrit : > I've been trying to tie in three variables to make a date. I've tried > > put '" & tDay & "' / '" & tMonth & "' / '" & tYear & "' into QueryDate > put (tMonth)/(tDay)/(tYear) into QueryDate > > The below example does work but I need the / in the date. It gives me > 02142007 > > put tYear & tMonth & tDay into QueryDate > > > How do I put a / in the above so I would get a date such as 02/14/2007 > Every combination I can think of seems to error. Any ideas would be > greatly appreciated. Jeff > > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
