Dear,
In part 3 of my corresponding post, I have explained I have a table which contains following data:
ID - KalenderID-CustomerId-TypeOfReservationId
Now I want to build 'the best' user interface to update the TypeOfReservationId. In the Datasheet View, there is VERY handy Date filtering functionality, where I can choose 'this week, 'this month', 'this quarter', .... However, these 'advanced' date filtering is only available in Datasheet View (I think).
Question
I would like to build a Form where all records based on a 'Start Date' and 'Stop Date' parameter are shown and where the records are grouped by date. Additionally, the TypeOfReservationID must be updatable. This can be achieved easily by making the form in Datasheet view, but I want it (if possible) in Form view
Eg.:
2 Text boxes where you can enter Start and Stopdate and based on these values, the corresponding records must be shown.
e.g.:
Start Date : 1/1/2018
Stop Date: 31/01/2018
The form should show, grouped by date:
Date1
Record1: CustomerId - TypeOfReservationId
Record2: CustomerId - TypeOfReservationId
Date2
Record3: CustomerId - TypeOfReservationId
Record4: CustomerId - TypeOfReservationId
...
AND TypeOfReservationId which is populated by a drop down, must be updatable, i.e. it must be possible to select another value of the dropdown so the underlaying table is updated with the new selected value.
Is this feasible? (I think it comes down to updating Values of a Crosstab query ?).
Thank you in advance.
Kind regards,
Bart