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
FTP from Access 2000?
Automatically calling an external hyperlink in Power Point 2007
export gridvie to exle
Export SQL Report without Report viewer
dhcp migration
Image Printing in Forms
closing form without saving
Restoring a CString From a LPARAM
Terminal Server - Outlook configures automatically when users login
SQL Express 2005 ODBC Connection Error 67 and 17