|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
date due forcast
I manage a database that we forecast items expected to be delivered during the week. Currently we use the expression Between [Enter start date (Sunday)] And [Enter stop date (Saturday)]. The problem is is that customers who deliver equipment on Monday can bring in equipment up to the next sunday. Tuesdays customers can bring items to the next monday, wednesday to tuesday, and thursday to wednesday. Unless I run the current query every single day, I can't get the data we need. I need to run a report or query on a given date.[Start Date] and extract data for each delivery day. I need to be able to run each week forecast upto a month in advace.
|
|
#2
|
|||
|
|||
|
Nevermind I think this will work
Critera Delivery Schedule day = Monday >=[Start Date] And <=DateAdd("d",7,[Start Date]) OR Delivery Schedule day = Tuesday >=DateAdd("d",1,[Start Date]) And <=DateAdd("d",8,[Start Date]) OR Delivery Schedule day = Wednesday >=DateAdd("d",2,[Start Date]) And <=DateAdd("d",9,[Start Date]) |
![]() |
| Viewing: Dev Articles Community Forums > Databases > Microsoft Access Development > date due forcast |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|