CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: dates in Access

  1. #1
    Join Date
    Dec 2004
    Posts
    26

    Question dates in Access

    hi....
    can u please explain me as to how to handle Date data type in Access..
    each time it gives a different..i mean that its not clear to me whether days or months come first..
    thanks....

  2. #2
    Join Date
    Apr 2003
    Location
    India
    Posts
    17

    Re: dates in Access

    Hi,

    You can use # character to enclose dates. like #01/22/2006#. In this way, month comes first always.

    Please verify this because I worked with MS Access long back and with older versions.

    Regards

    Kish.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured