Microsoft
Software
Hardware
Network
Question : Show days excluding weekends
Hello,
i would like to have a criteria on a query show any [due dates] where is less than 2 days from now excluding weekends.
so...
If its wednesday, should show any data Friday and back.
If its Friday, it should show data Tuesday and Back.
thanks,
Answer : Show days excluding weekends
Select ID, [Due Date], Amount From tblMaster
Where [Due Date] <= Date() + 2 And DatePart("w",[Due Date],7)>2
Random Solutions
Toggle Buttons!!!
How to supress 'Access denied' when copy/replace file in the System folder using Command Prompt
connection has timed out ... iis setting?
AD Login Script not working on Windows 7 - but will run locally from same computer
Call NetMessageBufferSend function from vb.net
Server 2003 RDP connection fails.
adding a windows 2008 server
Excel started crashing
Excel closes unexpectedly, without saving work when opening outlook e-mail
How to revert back the saved file in MS word?