Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Date to String

Status
Not open for further replies.

docmiller

Programmer
Sep 17, 2004
1
US
I want to pass in a date to a query that is run against a table where the date field is actually a text field with the implied date in the yyyymmdd format. How can I create a string for a Date()?
 
Hi,
Code:
...
Where [MyStrDate] = Format(Date(), "yyyymmdd")


Skip,

[glasses] [red]Be advised:[/red] It's been reported that a wee psychic is roaming the countryside.
Small Medium @ Large! [tongue]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top