It come from simple question. what is the syntax for query data with date/time filter in ms access?.
Here we will show you how to do that. It simply using query like example below :
Here we will show you how to do that. It simply using query like example below :
SELECT SNo FROM Staff WHERE Format([ComplaintDate],"yyyy-mm-dd")>='2014-08-10'
No comments:
Post a Comment