Hello
I attach here my little base to be clear. On the form named Clientcontrat I have the code of the client, the starting and ending date of the contract, and the days + number of agents that has to be covered.
I want to pick up those and (by pressing the button 'planning)populate the table planning with the days and the client code from this form (ex if the contract for the client CLAT begins 01/01/1900 and ends O1/02/1900 with all working days from monday to friday and starting hour 08:00 to ending hour 18:00, then my planning table will have all this month created with the client code, day, startt hour and end hour), and free spaces for the agent name.
I've did a lot of thinking and it's really too much for me. At least an idea of how I should start that straight is appreciated.
What's killing me is that array of dates that I have to create based on the week days. And not only that
Thanks
I attach here my little base to be clear. On the form named Clientcontrat I have the code of the client, the starting and ending date of the contract, and the days + number of agents that has to be covered.
I want to pick up those and (by pressing the button 'planning)populate the table planning with the days and the client code from this form (ex if the contract for the client CLAT begins 01/01/1900 and ends O1/02/1900 with all working days from monday to friday and starting hour 08:00 to ending hour 18:00, then my planning table will have all this month created with the client code, day, startt hour and end hour), and free spaces for the agent name.
I've did a lot of thinking and it's really too much for me. At least an idea of how I should start that straight is appreciated.
What's killing me is that array of dates that I have to create based on the week days. And not only that
Thanks