|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
Can any one tell me the criteria in a query to know the orders booked per last week and so forth. I should be able to mention the begining and end date. Your help in highly appreciated. Rishy |
|
#2
|
|||
|
|||
|
Would:
Select * from Orders where OrderDate between [StartDate] and [EndDate] or if for the last seven days Select * from Orders where datediff("d", OrderDate, now()) between 0 and 7 |
![]() |
| Viewing: Dev Articles Community Forums > Databases > Microsoft Access Development > Date field for orders booked |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|