Re: Dates in a SQL Statement
- From: Andrew Taylor <andrew.taylor@xxxxxxxxxx>
- Date: Fri, 30 May 2008 07:59:10 -0700 (PDT)
I would use the following:
strSQL = "SELECT * FROM tblMain WHERE [fldDateFrom] = '" &
Format(dateFrom,"yyyy-mm-dd") & "'"
On 30 May, 15:40, NateBuckley <NateBuck...@xxxxxxxxxxxxxxxxxxxxxxxxx>
wrote:
Hello,
I'm using ADODB to connect to an ACCESS database I've set up. I have a few
fields that are Date types and I send the SQL statement via a string, the
thing is I'm getting errors when trying to use Variables that are dates in
the string.
My SQL Statement
strSQL = "SELECT * FROM tblMain WHERE [fldDateFrom] = '" & dateFrom & "'"
it'll turn my variable dateFrom into just a string. So doesn't match up when
it comes to putting this value into the database.
Anyway to make sure this gets put in as a Date type?
Sorry If that's unclear.
Nate
.
- Prev by Date: Re: Launch MS Visual Basic = Error in loading DLL
- Next by Date: Re: Open files with a variable name in a folder get name in B1 and
- Previous by thread: Excel filter options
- Next by thread: Detailed formatting problem
- Index(es):
Relevant Pages
|