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
Function to check results
Excel.exe caused a Fatal Exception Error
Prevent Internet Explorer from opening a pdf file
Excel: restrict certain fields for particular person. Make new top of page for each Division.
C#.NET - decrompress a zip file
ListView Column Sort By Click Natural Sorting
Split importing of a .CSV file using VB
Quick One: Type Mismatch Error in Access 2007
Front page 2003 removal ?
windows xp recovery console Boot.ini /safeboot flag issues