How to select Data in ms access above this datetime range
like select * from logevents where logTime>='12/6/2012 3:54:15 PM'
logTime is Datetime field
Adding # signs on each end of your date lets Access know that this is a date type.
select * from logevents where logTime>=#12/6/2012 3:54:15 PM#
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With