B
brian.teller
I recently got an error from when I ran an sql query that resulted in
an error
Microsoft JET Database Engine (0x80040E07)
Syntax error in date in query expression 'Date1 = ##'.
As I investigated why this occured, I noticed I lost the ability to
look up the date using asp from frontpage.
The code below shows a red bar, the text "Test" and "Summary", but the
date value does appear.
Any suggestions what happen here and how to correct?
Thanks
Brian
<html>
<head><title>Date Check</title></head>
<body link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">
<table border="0" align = "center" width="100%" cellpadding="0"
cellspacing="0" bordercolor="#000000" bgcolor="#CC0000">
<td width="1%" bgcolor="#CC0000"><p align="center"><font
color="#000000">
<img border="0" src="../images/pictures/redpic.jpg" width="48"
height="34" align="left"></font></p>
</td>
<td width="70%" bgcolor="#CC0000" bordercolor="#FFFFFF">
<b><font face="Arial" size="5" color="#FFFFFF">Test</b></font>
</td>
<td width="29%" valign = "bottom" align = "Right"
bgcolor="#CC0000"><font face="Arial" size="3" color="#FFFFFF"></b>
<%
Response.Write Now()
%>
<br>
<b>Summary</a>
</td>
</table>
an error
Microsoft JET Database Engine (0x80040E07)
Syntax error in date in query expression 'Date1 = ##'.
As I investigated why this occured, I noticed I lost the ability to
look up the date using asp from frontpage.
The code below shows a red bar, the text "Test" and "Summary", but the
date value does appear.
Any suggestions what happen here and how to correct?
Thanks
Brian
<html>
<head><title>Date Check</title></head>
<body link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">
<table border="0" align = "center" width="100%" cellpadding="0"
cellspacing="0" bordercolor="#000000" bgcolor="#CC0000">
<td width="1%" bgcolor="#CC0000"><p align="center"><font
color="#000000">
<img border="0" src="../images/pictures/redpic.jpg" width="48"
height="34" align="left"></font></p>
</td>
<td width="70%" bgcolor="#CC0000" bordercolor="#FFFFFF">
<b><font face="Arial" size="5" color="#FFFFFF">Test</b></font>
</td>
<td width="29%" valign = "bottom" align = "Right"
bgcolor="#CC0000"><font face="Arial" size="3" color="#FFFFFF"></b>
<%
Response.Write Now()
%>
<br>
<b>Summary</a>
</td>
</table>