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
Populate a listbox with files from a directory
My Datasource is xml so how can Crystal Reports help me?
Access control inside nested gridview
How do I stop the wizard that prompts to setup IE8 for every user on a win3k Terminal server
Formula for changing positive to negative
E-mails duplicated a .txt file
Method "CopyFromRecordset" of object 'Range' failed
Slow rending of Reporting server reports in firefox
windows xp IE 7
Internet Explorer blocking html pages