Message from discussion
Attempting to SELECT BETWEEN dates - [Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression.
Received: by 10.224.220.12 with SMTP id hw12mr17704482qab.8.1349900192272;
Wed, 10 Oct 2012 13:16:32 -0700 (PDT)
Received: by 10.52.30.164 with SMTP id t4mr4013151vdh.4.1349900192192; Wed, 10
Oct 2012 13:16:32 -0700 (PDT)
Path: r17ni12790870qap.0!nntp.google.com!l8no34763254qao.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups: microsoft.public.scripting.vbscript
Date: Wed, 10 Oct 2012 13:16:31 -0700 (PDT)
In-Reply-To: <k54j7c$mh2$1@dont-email.me>
Complaints-To: groups-abuse@google.com
Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=88.90.164.250;
posting-account=-CZrxgoAAACNjj2WYeYnWbyqHnlu7Tbc
NNTP-Posting-Host: 88.90.164.250
References: <507334d9-b614-4b8d-94b0-18d70ee5a6a1@googlegroups.com> <k54j7c$mh2$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <92a1e24b-52de-42b5-92a3-07fccb5e20bd@googlegroups.com>
Subject: Re: Attempting to SELECT BETWEEN dates - [Microsoft][ODBC Microsoft
Access Driver] Data type mismatch in criteria expression.
From: Martin Severin Steffensen <mari...@gmail.com>
Injection-Date: Wed, 10 Oct 2012 20:16:32 +0000
Content-Type: text/plain; charset=ISO-8859-1
Apologies for not providing the query. This is the result of the concatenation:
SELECT * FROM blog_entries WHERE created BETWEEN '01.10.2012' AND '31.10.2012'