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
Win2k flash player install
add/Remove/Next/delete(wit<wbr />h parameter-stored procedure)
Create Windows shortcut using VBA with /WrkGrp switch
Exporting .pst file data to SQL Server 2005
How do I hide the splash screen on application load? VB.NET 2005
OOTB Approval Workflow without the emails?
Casting local variable int as varchar to concatenate into another string using transact-sql
Dlookup(price of item the last date/time it was completed)
vb.net panel scroll with picture box
How do I change default accept meeting response to "Do not send response"?