Banderas23
Registered User.
- Local time
- Today, 13:00
- Joined
- Nov 12, 2015
- Messages
- 23
Hi,
I have a car park booking system.
In this system, when taking a customers booking, are two fields. Departure_Date and Return_date. There is also a third Field which is number of days.
What i need is, when you select The departure and return dates, i need the Number of days field to auto populate with the number of days the customer will be gone for.
I've tried to find info on how this can be done and have seen a Datediff function. DateDiff("d",[Departure_date],[Return_date]).. However, when i use this function is does not bring up any information.
Can anyone help me get this number of days field to auto update with the difference between my two selected dates.
Thanks in advance
Antony
I have a car park booking system.
In this system, when taking a customers booking, are two fields. Departure_Date and Return_date. There is also a third Field which is number of days.
What i need is, when you select The departure and return dates, i need the Number of days field to auto populate with the number of days the customer will be gone for.
I've tried to find info on how this can be done and have seen a Datediff function. DateDiff("d",[Departure_date],[Return_date]).. However, when i use this function is does not bring up any information.
Can anyone help me get this number of days field to auto update with the difference between my two selected dates.
Thanks in advance
Antony