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
Find Pivot Table's Name
SQL command not properly ended
form timer causes "out of stack space error"
how many back end server can I have with 2003 Exchange
cannot see some workgroup computers
Exchange 2007/Outlook 2007 Public Folders - Non-local users cannot be given rights on this server?
How to highlight certain cells in a Excel work sheet column without sorting the column?
Global import into SQL Server 2000 related question
Remove toolkit infection where browser is hijcked to r9237242.cn
Do...Loop alternative