<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>Message</TITLE>

<META content="MSHTML 6.00.2800.1141" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><SPAN class=400252507-09042003><FONT face=Arial color=#0000ff 
size=2>Kath</FONT></SPAN></DIV>
<DIV><SPAN class=400252507-09042003><FONT face=Arial color=#0000ff size=2>IIRC 
SQL always uses US format dates. If you change your format to "mm-dd-yy" it'll 
work. SQL will place the date in the table correctly, then your field's format 
will take over and display it correctly.</FONT></SPAN></DIV>
<DIV> </DIV><!-- Converted from text/plain format -->
<P><FONT size=2>Andy Lacey<BR><A 
href="http://www.minstersystems.co.uk/">http://www.minstersystems.co.uk</A><BR><BR></FONT></P>
<BLOCKQUOTE dir=ltr 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV></DIV>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT 
  face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> 
  accessd-bounces@databaseadvisors.com 
  [mailto:accessd-bounces@databaseadvisors.com] <B>On Behalf Of </B>Software 
  Design & Solutions Pty Ltd.<BR><B>Sent:</B> 09 April 2003 
  05:27<BR><B>To:</B> AccessD@databaseadvisors.com<BR><B>Subject:</B> [AccessD] 
  Dates again- aarrgghh<BR><BR></FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2>strsql = "INSERT INTO 
  tblItemsInQuote (quoteID, ItemDate, Sequence) VALUES (" & IntQuoteID & 
  ",#" & Format(DteDay1, "dd-mm-yy") & "#," & StrDayNo & 
  ")"<BR></FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2>This string works, but I end up 
  with a date formatted mm-dd-yy in my table. </FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
  <DIV><FONT face=Arial color=#0000ff size=2>The field in the table has a format 
  property of dd-mm-yy.</FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
  <DIV><FONT face=Arial color=#0000ff size=2>????</FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
  <DIV><FONT face=Arial color=#0000ff size=2>Kath Pelletti<BR>Software Design 
  & Solutions Pty Ltd.<BR>Ph: 9505-6714<BR>Fax: 9505-6430<BR><A 
  href="mailto:SDSSoftware@Optusnet.com.au">SDSSoftware@Optusnet.com.au</A></FONT></DIV></BLOCKQUOTE></BODY></HTML>