Associate
- Joined
- 19 Mar 2005
- Posts
- 569
Currently making an access hotel booking system and am abit stuck, need to produce a report of the people checking out within 2 days
I have used
Which picks up check outs 2days in advance but I cant quite figure out how to do within 2days .
Just wondering how I would do this?
Edit.
have tried put <= but this returns results of past bookings, how can i get it to only display checkouts from today onwards till 2 days have gone?
Edit.
Do I need to compare the value to the date()?
Anyone please?
I have used
Code:
DateAdd("d",2,Date())
Which picks up check outs 2days in advance but I cant quite figure out how to do within 2days .
Just wondering how I would do this?
Edit.
have tried put <= but this returns results of past bookings, how can i get it to only display checkouts from today onwards till 2 days have gone?
Edit.
Do I need to compare the value to the date()?
Anyone please?
Last edited: