Dear Experts,
I hope i will get the answers of my question by today ..
I am working on Hospitality Management Software, of which 70% is done only Billing Section's few part left .. and thats where i am stuck. I am using Asp.net VB & MS Access as back-end.
My Requirement i would like to take a value when a NEW RESERVATION will be made "Arrival on" to "Departure"
Right now i just can save 2 values which is Arrival date & Departure date in database but i want something like this as below ...
so what i need i am giving you idea in DB actually how it goes ....
id confirmid name arrivalon departure currentdate
1 1111 ABC 01/3/2018 01/05/2018 01/3/2018
2 1111 ABC 01/3/2018 01/05/2018 01/4/2018
3 1111 ABC 01/3/2018 01/05/2018 01/5/2018 ------> if this equals departure date ABC CHECK OUT
4 2222 XYZ 01/3/2018 01/04/2018 01/3/2018
5 2222 XYZ 01/3/2018 01/04/2018 01/4/2018 ------> if this equals departure date XYZ CHECK OUT
so my problem is i just can save arrival on & departure first row which is id 1, the remaining id 2 & & 3 how can i save,
Similarly id 4 is saved when i make a new reservation the id 5 how can i save.
PLS HELP ... I NEED MY PROJECT TO FINISH IT BY A NEXT WEEK, THANKS IN ADVANCE
=IIf([Departure]=Date(),"C