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
Automatically rename an Excel worksheet with previous days date, excluding weekends
how to keep the session variable alive until the user close the browser?
SharePoint: Error Moving File or Folder Cannot Read from Source File or Disk
Newbie question: Using Access 2003 to access MS SQL server db
Get table name from column in a view
Generating Unicode Characters in VFP 9
pop up calendar for access 2003 dates
How to export cmd.exe output to a .txt file when using the command nslookup
How can I tell who changed the Out of office message for an Exchange 2007 mailbox?
FILE RENAME IN FOXPRO