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
SQL Query to find number of customers with X bookings
transfer Access 2003 using VBA to Access 2007 on another computer
access update set
Sucess Audit event id 540
How to print integers in C#
Need some help with printing PrintDialogbox
Using FTYPE COMMAND in a batch file how to include "%1" by escaping the % sign.
Microsoft OLE DB Provider for SQL Server error '80040e07'
Access 2007 Report Showing ID (Primary Key) - How Can I Show Value?
IMPORT DATA TO ANOTHER DATABASE