Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Query with date and Time

    Thanks, worked very well

    had a little trouble with the syntax

    the correct syntax is

    SELECT * FROM TableName WHERE datecolumn BETWEEN #15/04/2009# AND #22/04/2009# AND datepart('h',datecolumn )>=9 AND datepart('h',datecolumn )<=13

Viewing post 1 (of 2 total)