0
About access
how to create a query that show bills have day before 365 days of computer
6 Answers
+ 1
I'm pretty sure this should work.
SELECT * from bills where bill_date >= DATE_SUB(NOW(),INTERVAL 1 YEAR);
+ 1
Access? Are you talking about Microsoft Access?
+ 1
In which format are the dates stored?
+ 1
No problem :)
0
yes, sir
0
ah, ok, thank you very much đ