Results 1 to 3 of 3

Thread: select where = time

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 1999
    Location
    Atlanta
    Posts
    145
    Yea, I had that to begin with.

    SELECT [FaxLog].[FaxIdNbr]
    FROM FaxLog
    WHERE faxarrivaltime='3:36:33 PM';

    This gets the same message. DataType mismatch

    Thanks,

    Joe

  2. #2
    Addicted Member Michael Woolsey's Avatar
    Join Date
    Nov 2000
    Location
    Calgary, Alberta, Canada.
    Posts
    243
    What about trying this:

    Code:
    SELECT [FaxLog].[FaxIdNbr] 
    FROM FaxLog 
    WHERE faxarrivaltime= #3:36:33 PM#;
    Replace the ' with a # ...

    Hope this helps.

    Michael

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Apr 1999
    Location
    Atlanta
    Posts
    145
    Thanks Michael, That did the trick

    Joe

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